UIElement.NoFocusCandidateFound Event

Definition

Occurs when a user attempts to move focus (via tab or directional arrows), but focus doesn't move because no focus candidate is found in the direction of movement.

C#
public event TypedEventHandler<UIElement,NoFocusCandidateFoundEventArgs> NoFocusCandidateFound;
XAML
<uiElement NoFocusCandidateFound="eventhandler"/>

Event Type

Remarks

NoFocusCandidateFound is a routed event. For more info on the routed event concept, see Events and routed events overview.

Applies to

Produkt Verzie
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also