Class FocusManager.PreFocusChangeEventArgs
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
Event arguments that passed via the PreFocusChange signal.
C#Copypublic class PreFocusChangeEventArgs : EventArgs
- Inheritance
Properties
Declaration
C#Copypublic View CurrentView { get; set; }
Property Value
Type | Description |
---|---|
View |
API Level: 3
Declaration
C#Copypublic View.FocusDirection Direction { get; set; }
Property Value
Type | Description |
---|---|
View.FocusDirection |
API Level: 3
Declaration
C#Copypublic View ProposedView { get; set; }
Property Value
Type | Description |
---|---|
View |