Window::Closed Event

 

Occurs when the window is about to close.

Namespace:   System.Windows
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
event EventHandler^ Closed {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

Exception Condition
InvalidOperationException

Visibility is set, or Show, ShowDialog, or Hide is called while a window is closing.

Once this event is raised, a window cannot be prevented from closing.

.NET Framework
Available since 3.0
Return to top
Show: