Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 481 Bytes

window_closed.md

File metadata and controls

22 lines (14 loc) · 481 Bytes
-api-id -api-type
E:Windows.UI.Xaml.Window.Closed
winrt event

Windows.UI.Xaml.Window.Closed

-description

Occurs when the window has closed.

-remarks

The Closed event occurs when a Window closes. However, UWP app typically use a single Window instance, and do not open and close additional Window instances.

-examples

-see-also