Class View.KeyEventArgs
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
Event arguments that passed via the KeyEvent signal.
public class View.KeyEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsView.KeyEventArgs
Properties
View SourceKey
Key - is the key sent to the view.
Declaration
public Key Key { get; set; }
Property Value
Type | Description |
---|---|
Key |