MonoTouch.Dialog.DialogViewController.Source.AccessoryButtonTapped C# (CSharp) Метод

AccessoryButtonTapped() публичный Метод

public AccessoryButtonTapped ( UITableView tableView, NSIndexPath indexPath ) : void
tableView UITableView
indexPath NSIndexPath
Результат void
			public override void AccessoryButtonTapped (UITableView tableView, NSIndexPath indexPath)
			{
				Container.AccessorySelected(indexPath);
			}