C# Class XamarinEvolveIOS.PlaceInfoViewController.PlaceInfoViewDelegate

Inheritance: UITableViewDelegate
ファイルを表示 Open project: bholmes/XamarinEvolve2013Project

Public Methods

Method Description
OpenInMaps ( UITableView tableView, MonoTouch indexPath ) : void
PlaceInfoViewDelegate ( PlaceInfoViewController viewController ) : System
RowSelected ( UITableView tableView, MonoTouch indexPath ) : void

Method Details

OpenInMaps() public method

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

PlaceInfoViewDelegate() public method

public PlaceInfoViewDelegate ( PlaceInfoViewController viewController ) : System
viewController PlaceInfoViewController
return System

RowSelected() public method

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