コード例 #1
0
ファイル: EntryElement.cs プロジェクト: anujb/MonoMobile.MVVM
 public void Selected(DialogViewController dvc, UITableView tableView, NSIndexPath path)
 {
     if (Entry != null)
     {
         Entry.InvokeOnMainThread(() => {
             Entry.BecomeFirstResponder();
         });
     }
 }