Class FocusManager.FocusChangedEventArgs

Definition

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

Event arguments that passed via the FocusChanged signal.

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

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

NextView

The next focus view.

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