Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.43 KB

gettingfocuseventargs.md

File metadata and controls

26 lines (16 loc) · 1.43 KB
-api-id -api-type
T:Microsoft.UI.Xaml.Input.GettingFocusEventArgs
winrt class

Microsoft.UI.Xaml.Input.GettingFocusEventArgs

-description

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

-remarks

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

A control can get focus when another control loses 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.

-see-also

GettingFocusEvent, GettingFocus, GotFocus, UIElement.Focus, UIElement.AddHandler, Events and routed events overview, Keyboard interactions, Focus navigation for keyboard, gamepad, remote control, and accessibility tools, Programmatic focus navigation

-examples