Namespace: MDIWindowManager
Assembly: MDIWindowManager (MDIWindowManager)

Syntax

Visual Basic (Declaration)
Public Event WindowClosed As EventHandler(Of WrappedWindowClosedEventArgs)
C#
public event EventHandler<WrappedWindowClosedEventArgs> WindowClosed
C++
public:
 event EventHandler<WrappedWindowClosedEventArgs^>^ WindowClosed {
	void add (EventHandler<WrappedWindowClosedEventArgs^>^ value);
	void remove (EventHandler<WrappedWindowClosedEventArgs^>^ value);
}