C# Class MultiLevelTableView.RootViewController.TableDelegate

Inheritance: UITableViewDelegate
显示文件 Open project: kevinmcmahon/MultiLevelTableView

Public Methods

Method Description
RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
TableDelegate ( RootViewController 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 ( RootViewController tvc ) : System
tvc RootViewController
return System