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