DocData.OnDocumentClosing(EventArgs) 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.
Called before the document is closed
protected:
virtual void OnDocumentClosing(EventArgs ^ e);
protected virtual void OnDocumentClosing (EventArgs e);
abstract member OnDocumentClosing : EventArgs -> unit
override this.OnDocumentClosing : EventArgs -> unit
Protected Overridable Sub OnDocumentClosing (e As EventArgs)