KeyboardHandledKeyEventArgs Class
Definition
Section titled “Definition”Event handler to preview key presses and cancel them.
public class KeyboardHandledKeyEventArgs : HandledEventArgsInheritance object → EventArgs → HandledEventArgs
Constructors
Section titled “Constructors”KeyboardHandledKeyEventArgs()
Section titled “KeyboardHandledKeyEventArgs()”public KeyboardHandledKeyEventArgs()Properties
Section titled “Properties”The key being pressed.
public AsciiKey Key { get; }