Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 848 Bytes

uielement_nofocuscandidatefound.md

File metadata and controls

32 lines (19 loc) · 848 Bytes
-api-id -api-type
E:Windows.UI.Xaml.UIElement.NoFocusCandidateFound
winrt event

Windows.UI.Xaml.UIElement.NoFocusCandidateFound

-description

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.

-xaml-syntax

<uiElement NoFocusCandidateFound="eventhandler"/>

-remarks

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

-see-also

NoFocusCandidateFoundEventArgs

-examples