Class KeyEventArgs
The arguments associated to an key event.
public class KeyEventArgs : RoutedEventArgs
  - Inheritance
 - 
      objectKeyEventArgs
 
- Inherited Members
 
Properties
Input
A reference to the input system that can be used to check the status of the other keys.
public InputManager Input { get; }
  Property Value
Key
The key that triggered the event.
public Keys Key { get; }