Class FocusChangingEventArgs
Definition
- Assembly:
- Tizen.NUI.dll
Event arguments passed via the FocusChanging signal.
public class FocusChangingEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsFocusChangingEventArgs
Properties
View SourceCurrent
The view which is currently focused.
Declaration
public View Current { get; set; }
Property Value
Type | Description |
---|---|
View |
Direction
The focus move direction.
Declaration
public View.FocusDirection Direction { get; set; }
Property Value
Type | Description |
---|---|
View.FocusDirection |
Proposed
The proposed view.
Declaration
public View Proposed { get; set; }
Property Value
Type | Description |
---|---|
View |