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