DesignSurface::Loading Event

 

Occurs when the designer is about to be loaded.

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

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

.NET Framework
Available since 2.0
Return to top
Show: