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