Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 540 Bytes

windowactivatedeventargs_handled.md

File metadata and controls

26 lines (16 loc) · 540 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.WindowActivatedEventArgs.Handled
winrt property

Microsoft.UI.Xaml.WindowActivatedEventArgs.Handled

-description

Gets or sets whether the Activated event was handled.

-property-value

True, if the event has been handled by the appropriate delegate. Otherwise, false.

-remarks

Setting this property to true will prevent the window from getting keyboard focus on activation.

-see-also

-examples