Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 852 Bytes

uielement_nofocuscandidatefound.md

File metadata and controls

30 lines (19 loc) · 852 Bytes
-api-id -api-type
E:Microsoft.UI.Xaml.UIElement.NoFocusCandidateFound
winrt event

Microsoft.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