DesignerLoader::Flush Method ()

 

Writes cached changes to the location that the designer was loaded from.

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

public:
virtual void Flush()

The designer host calls this method periodically to ensure that changes made to the document were saved by the designer loader. This method allows designer loaders to implement an asynchronous write scheme to improve performance. The default implementation of this method does nothing.

.NET Framework
Available since 1.1
Return to top
Show: