Class FocusManager.PreFocusChangeEventArgs

Definition

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

Event arguments that passed via the PreFocusChange signal.

C#
Copy
[Obsolete("Please do not use! This will be deprecated in API10. Please use FocusChangingEventArgs instead!")] public class PreFocusChangeEventArgs : EventArgs
Inheritance
System.Object
FocusManager.PreFocusChangeEventArgs

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

Direction

The focus move direction.

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

ProposedView

The proposed view.

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