Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 409 Bytes

windoweventargs_handled.md

File metadata and controls

24 lines (15 loc) · 409 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.WindowEventArgs.Handled
winrt property

Microsoft.UI.Xaml.WindowEventArgs.Handled

-description

Gets or sets whether a Window event was handled.

-property-value

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

-remarks

-see-also

-examples