Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 564 Bytes

appwindow_destroying.md

File metadata and controls

24 lines (15 loc) · 564 Bytes
-api-id -api-type
E:Microsoft.UI.Windowing.AppWindow.Destroying
winrt event

Microsoft.UI.Windowing.AppWindow.Destroying

-description

Occurs when a window is being destroyed.

-remarks

The event is sent after the window has been removed from screen. Use this event to do clean up of resources associated with the window.

-see-also

AppWindow, AppWindow.Destroy

-examples