Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
Event arguments that passed via the FocusChanged signal.
public class FocusChangedEventArgs : EventArgs
- Inheritance
-
FocusManager.FocusChangedEventArgs
Properties
View Source
Current
The current focused view after focus changed.
Declaration
public View Current { get; set; }
Property Value
API Level: 10
Declaration
public View CurrentView { get; set; }
Property Value
API Level: 3
Declaration
public View NextView { get; set; }
Property Value
API Level: 3
Declaration
public View Previous { get; set; }
Property Value
API Level: 10
Extension Methods