Class FocusManager.PreFocusChangeEventArgs
Definition
- Assembly:
- Tizen.NUI.dll
Event arguments that passed via the PreFocusChange signal.
C#
Copy
[Obsolete("Please do not use! This will be deprecated in API10. Please use FocusChangingEventArgs instead!")]
public class FocusManager.PreFocusChangeEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args FocusManager. Pre Focus Change Event Args
Properties
Declaration
C#
Copy
public View CurrentView { get; set; }
Property Value
Type | Description |
---|---|
View |
Declaration
C#
Copy
public View.FocusDirection Direction { get; set; }
Property Value
Type | Description |
---|---|
View.Focus |
Declaration
C#
Copy
public View ProposedView { get; set; }
Property Value
Type | Description |
---|---|
View |