DesignSurface::Disposed Event

 

Occurs when the design surface is disposed.

Namespace:   System.ComponentModel.Design
Assembly:  System.Design (in System.Design.dll)

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

The surface is only disposed when the public Dispose method on DesignSurface is called.

.NET Framework
Available since 2.0
Return to top
Show: