Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.63 KB

losingfocuseventargs.md

File metadata and controls

38 lines (22 loc) · 1.63 KB
-api-id -api-type
T:Windows.UI.Xaml.Input.LosingFocusEventArgs
winrt class

Windows.UI.Xaml.Input.LosingFocusEventArgs

-description

Provides data for the FocusManager.LosingFocus and UIElement.LosingFocus events.

-remarks

Only a single UI element at a time can have focus.

A control can lose focus when another control gets focus, the application view changes, the user switches applications, or the user interacts with the system such that the application is no longer in the foreground.

Version history

Windows version SDK version Value added
1803 17134 TryCancel
1803 17134 TrySetNewFocusedElement
1809 17763 CorrelationId

-see-also

LosingFocusEvent, LosingFocus, LostFocus, Control.Focus, AddHandler, Events and routed events overview, Keyboard interactions, Focus navigation for keyboard, gamepad, remote control, and accessibility tools, Programmatic focus navigation

-examples