DocumentTask.OnBeforeBufferClose 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.
Sends notification that the text buffer is about to close.
public:
virtual void OnBeforeBufferClose();
public:
virtual void OnBeforeBufferClose();
virtual void OnBeforeBufferClose();
public virtual void OnBeforeBufferClose ();
abstract member OnBeforeBufferClose : unit -> unit
override this.OnBeforeBufferClose : unit -> unit
Public Overridable Sub OnBeforeBufferClose ()
Implements
Remarks
By default, this method does nothing. It is an implementation of OnBeforeBufferClose.