C# Class XamarinEvolveIOS.UsersViewController.UsersViewDelegate

Inheritance: UITableViewDelegate
Exibir arquivo Open project: bholmes/XamarinEvolve2013Project

Private Properties

Property Type Description

Public Methods

Method Description
GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
RowSelected ( UITableView tableView, MonoTouch indexPath ) : void
UsersViewDelegate ( Func userListGet, UINavigationController navigationController ) : System

Method Details

GetHeightForRow() public method

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
return float

RowSelected() public method

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

UsersViewDelegate() public method

public UsersViewDelegate ( Func userListGet, UINavigationController navigationController ) : System
userListGet Func
navigationController UINavigationController
return System