Field RootKeyEvent
Called for new KeyPress events before any processing is performed or views evaluate. Use for global key handling and/or debugging.
Return true to suppress the KeyPress event
public static Func<KeyEvent, bool> RootKeyEvent
Called for new KeyPress events before any processing is performed or views evaluate. Use for global key handling and/or debugging.
Return true to suppress the KeyPress event
public static Func<KeyEvent, bool> RootKeyEvent