Class GLWindow.KeyEventArgs

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

Key event arguments.

C#
Copy
public class KeyEventArgs : EventArgs
Inheritance
GLWindow.KeyEventArgs

Properties

View Source

Key

Key.

Declaration
C#
Copy
public Key Key { get; set; }
Property Value
Type Description
Key

Extension Methods