Class View.KeyEventArgs

Definition

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

Event arguments that passed via the KeyEvent signal.

C#
Copy
public class View.KeyEventArgs : EventArgs
Inheritance
object
System.EventArgs
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