DesignerWindowPane.OnFlush Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method is called when Visual Studio wants the window pane to flush its state to the underlying buffer.
protected:
virtual void OnFlush();
protected:
virtual void OnFlush();
virtual void OnFlush();
protected virtual void OnFlush ();
abstract member OnFlush : unit -> unit
override this.OnFlush : unit -> unit
Protected Overridable Sub OnFlush ()