Window.Close Method

Definition

Closes the application window.

public:
 virtual void Close() = Close;
void Close();
public void Close();
function close()
Public Sub Close ()

Remarks

UWP app typically use a single Window instance, and do not open and close additional Window instances. Additionally, you will not typically provide custom UI to enable users to close the app window.

The Closed event occurs when a Window closes.

Applies to