Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
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 FocusManager.PreFocusChangeEventArgs : EventArgs
- Inheritance
-
object
System.EventArgs
FocusManager.PreFocusChangeEventArgs
Properties
Declaration
public View CurrentView { get; set; }
Property Value
Declaration
public View.FocusDirection Direction { get; set; }
Property Value
Declaration
public View ProposedView { get; set; }
Property Value