Class AdvanceFocusEventArgs
The event arguments for AdvanceFocus(NavigationDirection, TabBehavior?) events.
public class AdvanceFocusEventArgs : CancelEventArgs<bool>
- Inheritance
-
AdvanceFocusEventArgs
- Inherited Members
Constructors
- AdvanceFocusEventArgs(NavigationDirection, TabBehavior?)
Initializes a new instance.
Properties
- Behavior
Gets or sets the view that is gaining focus.
- Direction
Gets or sets the view that is losing focus.