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