Class FocusManager.FocusGroupChangedEventArgs

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

Event arguments that passed via the FocusGroupChanged signal.

C#
Copy
public class FocusGroupChangedEventArgs : EventArgs
Inheritance
System.Object
FocusManager.FocusGroupChangedEventArgs

Properties

View Source

CurrentView

The current focus view.

Declaration
C#
Copy
public View CurrentView { get; set; }
Property Value
Type Description
View
API Level: 3
View Source

ForwardDirection

The forward direction.

Declaration
C#
Copy
public bool ForwardDirection { get; set; }
Property Value
Type Description
Boolean
API Level: 3