Class KeyInputEventArgs
Represents a class for the Arguments of KeyInput events.
Inheritance
System.Object
KeyInputEventArgs
Namespace: Syncfusion.Windows.Controls.Input
Assembly: Syncfusion.SfInput.Wpf.dll
Syntax
public class KeyInputEventArgs : EventArgs
Constructors
KeyInputEventArgs()
Declaration
public KeyInputEventArgs()
Properties
Key
Getsor Sets the Key.
Declaration
public Key Key { get; set; }
Property Value
Type |
---|
System.Windows.Input.Key |