MonoTouch.Dialog.Element.Selected C# (CSharp) Method

Selected() public method

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc DialogViewController
tableView UITableView
path NSIndexPath
return void
		public virtual void Selected (DialogViewController dvc, UITableView tableView, NSIndexPath path)
		{
			tableView.EndEditing(true);
			tableView.CellAt(path).BecomeFirstResponder();
		}