C# Class DispatchSourceExamples.MenuViewController

Inheritance: UITableViewController
Mostra file Open project: xamarin/monotouch-samples

Public Methods

Method Description
MenuViewController ( IntPtr handle ) : System
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void

Method Details

MenuViewController() public method

public MenuViewController ( IntPtr handle ) : System
handle System.IntPtr
return System

RowSelected() public method

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
return void