Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
Event arguments that passed via the FocusChanged signal.
public class FocusManager.FocusChangedEventArgs : EventArgs
- Inheritance
-
object
System.EventArgs
FocusManager.FocusChangedEventArgs
Properties
View Source
Current
The current focused view after focus changed.
Declaration
public View Current { get; set; }
Property Value
Declaration
[Obsolete("Please do not use! This will be deprecated! Please use Previous instead!")]
public View CurrentView { get; set; }
Property Value
Declaration
[Obsolete("Please do not use! This will be deprecated! Please use Current instead!")]
public View NextView { get; set; }
Property Value
Declaration
public View Previous { get; set; }
Property Value