Class FocusManager.PreFocusChangeEventArgs
Definition
- Assembly:
- Tizen.NUI.dll
Event arguments that passed via the PreFocusChange signal.
public class FocusManager.PreFocusChangeEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsFocusManager.PreFocusChangeEventArgs
Properties
View SourceCurrentView
The current focus view.
Declaration
public View CurrentView { get; set; }
Property Value
Type | Description |
---|---|
View |
Direction
The focus move direction.
Declaration
public View.FocusDirection Direction { get; set; }
Property Value
Type | Description |
---|---|
View.FocusDirection |
ProposedView
The proposed view.
Declaration
public View ProposedView { get; set; }
Property Value
Type | Description |
---|---|
View |