MonoTouch.Dialog.DialogViewController.Source.AccessoryButtonTapped C# (CSharp) Method

AccessoryButtonTapped() public method

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