Show / Hide Table of Contents

Class KeyboardHandledKeyEventArgs

Event handler to preview key presses and cancel them.

Inheritance
object
EventArgs
HandledEventArgs
KeyboardHandledKeyEventArgs
Inherited Members
HandledEventArgs.IsHandled
EventArgs.Empty
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX