Window.Closed Event

Definition

Occurs when the window has closed.

C#
public event TypedEventHandler<object,WindowEventArgs> Closed;

Event Type

Remarks

The Closed event occurs when a Window closes.

If this was the last window to be closed for the app, the application will end.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also