Class FocusManager.FocusGroupChangedEventArgs

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

Event arguments that passed via the FocusGroupChanged signal.

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

Properties

View Source

CurrentView

The current focus view.

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

ForwardDirection

The forward direction.

Declaration
C#
Copy
public bool ForwardDirection { get; set; }
Property Value
Type Description
bool