DocData.OnDocumentReloading(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 reloaded.
protected:
virtual void OnDocumentReloading(EventArgs ^ e);
protected virtual void OnDocumentReloading (EventArgs e);
abstract member OnDocumentReloading : EventArgs -> unit
override this.OnDocumentReloading : EventArgs -> unit
Protected Overridable Sub OnDocumentReloading (e As EventArgs)