JudoPayiOSXamarinSampleApp.MainMenuSource.RowSelected C# (CSharp) Method

RowSelected() public method

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