コード例 #1
0
ファイル: NoteView.cs プロジェクト: MetroStar/eBriefingiOS
 public void UnregisterKeyboardNotifications()
 {
     autoScroll.UnregisterKeyboardNotifications();
 }
コード例 #2
0
        public override void ViewWillDisappear(bool animated)
        {
            base.ViewWillDisappear(animated);

            autoScroll.UnregisterKeyboardNotifications();
        }