C# Class XamarinEvolveIOS.UsersViewController.UsersViewDelegate

Inheritance: UITableViewDelegate
Afficher le fichier Open project: bholmes/XamarinEvolve2013Project

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

GetHeightForRow() public méthode

public GetHeightForRow ( UITableView tableView, NSIndexPath indexPath ) : float
tableView UITableView
indexPath NSIndexPath
Résultat float

RowSelected() public méthode

public RowSelected ( UITableView tableView, MonoTouch indexPath ) : void
tableView UITableView
indexPath MonoTouch
Résultat void

UsersViewDelegate() public méthode

public UsersViewDelegate ( Func userListGet, UINavigationController navigationController ) : System
userListGet Func
navigationController UINavigationController
Résultat System