Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
Event arguments passed via the FocusChanging signal.
public class FocusChangingEventArgs : EventArgs
- Inheritance
-
object
System.EventArgs
FocusChangingEventArgs
Properties
View Source
Current
Gets or sets the view which is currently focused.
Declaration
public View Current { get; set; }
Property Value
View Source
Direction
Gets or sets the focus move direction.
Declaration
public View.FocusDirection Direction { get; set; }
Property Value
View Source
Proposed
Gets or sets the proposed view for focus change.
Declaration
public View Proposed { get; set; }
Property Value