Share via


DocumentTask.OnBeforeBufferClose Method

Definition

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.

Applies to