JudoPayiOSXamarinSampleApp.MainMenuSource.RowSelected C# (CSharp) Méthode

RowSelected() public méthode

public RowSelected ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Résultat void
		public override void RowSelected (UITableView tableView, NSIndexPath indexPath)
		{
			ButtonArray [indexPath.Row].Value.Invoke ();
			var cell = TableCells [indexPath.Row];
			cell.SetSelected (false, false);
		}