Class Window.KeyEventArgs

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

Key event arguments.

C#
Copy
public class KeyEventArgs : EventArgs
Inheritance
System.Object
Window.KeyEventArgs

Properties

View Source

Key

Key.

Declaration
C#
Copy
public Key Key { get; set; }
Property Value
Type Description
Key
API Level: 3