Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 876 Bytes

focusmanagergotfocuseventargs_newfocusedelement.md

File metadata and controls

29 lines (17 loc) · 876 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Input.FocusManagerGotFocusEventArgs.NewFocusedElement
winrt property

Microsoft.UI.Xaml.Input.FocusManagerGotFocusEventArgs.NewFocusedElement

-description

Gets the most recent focused element.

-property-value

The most recent focused element.

-remarks

We recommend using the UIElement focus routed events instead of FocusManager events whenever possible.

-see-also

Keyboard interactions, Focus navigation for keyboard, gamepad, remote control, and accessibility tools, Programmatic focus navigation

-examples