Class FocusManager.FocusChangedEventArgs

Definition

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

Event arguments that passed via the FocusChanged signal.

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

Properties

View Source

CurrentView

The current focus view.

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

NextView

The next focus view.

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