DesignerWindowPane::OnFlush Method ()
Visual Studio 2015
This method is called when Visual Studio wants the window pane to flush its state to the underlying buffer.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
The OnFlush method is called before save, launch or close. The default implementation calls Flush on the design surface.
Show: