Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
Event arguments that passed via the PreFocusChange signal.
[Obsolete("Please do not use! This will be deprecated in API10. Please use FocusChangingEventArgs instead!")]
public class PreFocusChangeEventArgs : EventArgs
- Inheritance
-
System.Object
FocusManager.PreFocusChangeEventArgs
Properties
Declaration
public View CurrentView { get; set; }
Property Value
API Level: 3
Declaration
public View.FocusDirection Direction { get; set; }
Property Value
API Level: 3
Declaration
public View ProposedView { get; set; }
Property Value
API Level: 3