Class FocusChangingEventArgs

Definition

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

Event arguments passed via the FocusChanging signal.

C#
Copy
public class FocusChangingEventArgs : EventArgs
Inheritance
System.Object
FocusChangingEventArgs

Properties

View Source

Current

The view which is currently focused.

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

Direction

The focus move direction.

Declaration
C#
Copy
public View.FocusDirection Direction { get; set; }
Property Value
Type Description
View.FocusDirection
API Level: 10
View Source

Proposed

The proposed view.

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