Class View.KeyEventArgs

Definition

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

Event arguments that passed via the KeyEvent signal.

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

Properties

View Source

Key

Key - is the key sent to the view.

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