BasicDesignerLoader::Reload Method (BasicDesignerLoader::ReloadOptions)

 

Queues a reload of the designer.

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

protected:
void Reload(
	BasicDesignerLoader::ReloadOptions flags
)

The Reload method can be invoked by the designer loader to request a reload of the designer. Because reloads are performed at idle time, this method does not actually reload the designer; it just queues the reload.

.NET Framework
Available since 2.0
Return to top
Show: