Class FocusManager.FocusGroupChangedEventArgs
Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
Event arguments that passed via the FocusGroupChanged signal.
C#Copypublic class FocusGroupChangedEventArgs : EventArgs
- Inheritance
Properties
Declaration
C#Copypublic View CurrentView { get; set; }
Property Value
Type | Description |
---|---|
View |
API Level: 3
Declaration
C#Copypublic bool ForwardDirection { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |