Class FocusManager.FocusChangedEventArgs
Definition
- Assembly:
- Tizen.NUI.dll
Event arguments that passed via the FocusChanged signal.
public class FocusManager.FocusChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsFocusManager.FocusChangedEventArgs
Properties
View SourceCurrentView
The current focus view.
Declaration
public View CurrentView { get; set; }
Property Value
Type | Description |
---|---|
View |
NextView
The next focus view.
Declaration
public View NextView { get; set; }
Property Value
Type | Description |
---|---|
View |