MonoTouch.Dialog.DialogViewController.Source.AccessoryButtonTapped C# (CSharp) Méthode

AccessoryButtonTapped() public méthode

public AccessoryButtonTapped ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Résultat void
			public override void AccessoryButtonTapped (UITableView tableView, NSIndexPath indexPath)
			{
				Container.AccessorySelected(indexPath);
			}