C# Class SplitDemo.MasterTableViewController.TableDelegate

Inheritance: UITableViewDelegate
Show file Open project: mikebluestein/SplitDemo

Public Methods

Method Description
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
TableDelegate ( MasterTableViewController tvc ) : System

Method Details

RowSelected() public method

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

TableDelegate() public method

public TableDelegate ( MasterTableViewController tvc ) : System
tvc MasterTableViewController
return System