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