Method OnAdvancingFocus
OnAdvancingFocus(NavigationDirection, TabBehavior?)
Called when AdvanceFocus(NavigationDirection, TabBehavior?) is about to advance focus.
protected virtual bool OnAdvancingFocus(NavigationDirection direction, TabBehavior? behavior)
Parameters
direction
NavigationDirectionbehavior
TabBehavior?
Returns
Remarks
If a view cancels the event and the focus could not otherwise advance, the Navigation direction will be reversed and the event will be raised again.