Class KeyboardHandledKeyEventArgs
Event handler to preview key presses and cancel them.
Inherited Members
Namespace: SadConsole.Input
Assembly: SadConsole.dll
Syntax
public class KeyboardHandledKeyEventArgs : HandledEventArgs
Constructors
KeyboardHandledKeyEventArgs()
Declaration
public KeyboardHandledKeyEventArgs()
Properties
Key
The key being pressed.
Declaration
public AsciiKey Key { get; }
Property Value
Type | Description |
---|---|
AsciiKey |