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