Class FocusManager.FocusGroupChangedEventArgs
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
Event arguments that passed via the FocusGroupChanged signal.
public class FocusGroupChangedEventArgs : EventArgs
- Inheritance
Properties
View SourceCurrentView
The current focus view.
Declaration
public View CurrentView { get; set; }
Property Value
Type | Description |
---|---|
View |
API Level: 3
View SourceForwardDirection
The forward direction.
Declaration
public bool ForwardDirection { get; set; }
Property Value
Type | Description |
---|---|
Boolean |