Exemple #1
0
 private void KeyboardEventHandler(KeyBoardEventMgr.ResonseInfo eventinfo)
 {
     if (IsOnShow && IsFocused)
     {
         OnKeyboardEventHandler(eventinfo);
     }
 }
Exemple #2
0
 protected virtual void OnKeyboardEventHandler(KeyBoardEventMgr.ResonseInfo eventinfo)
 {
 }