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