DesignSurface::Flushed Event

 

Occurs when a call is made to the Flush method of DesignSurface.

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

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

The designer loader is flushed first, and then the Flushed event is raised.

.NET Framework
Available since 2.0
Return to top
Show: