C# Class XamarinEvolveIOS.PlaceInfoViewController.PlaceInfoViewDelegate

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

Méthodes publiques

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

Method Details

OpenInMaps() public méthode

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

PlaceInfoViewDelegate() public méthode

public PlaceInfoViewDelegate ( PlaceInfoViewController viewController ) : System
viewController PlaceInfoViewController
Résultat System

RowSelected() public méthode

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