MonoTouch.Dialog.EntryElement.Selected C# (CSharp) 메소드

Selected() 공개 메소드

public Selected ( DialogViewController dvc, UITableView tableView, NSIndexPath path ) : void
dvc DialogViewController
tableView UITableView
path NSIndexPath
리턴 void
		public override void Selected (DialogViewController dvc, UITableView tableView, NSIndexPath path)
		{
			tableView.SelectRow(path, false, UITableViewScrollPosition.None);
			((EntryElementCell)tableView.CellAt(path)).BecomeFirstResponder();
		}