Specifies the event that is fired when a window is closed (or the app terminates altogether).
public:
event TypedEventHandler<CoreWindow^ , CoreWindowEventArgs^ >^ Closed {
EventRegistrationToken add (TypedEventHandler<CoreWindow^ , CoreWindowEventArgs^ >^ value);
void remove (EventRegistrationToken token);
}
Namespace: Windows.UI.Core
Metadata: windows.winmd