DocData.OnDocumentSaved(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 after the document has been saved.
protected:
virtual void OnDocumentSaved(EventArgs ^ e);
protected virtual void OnDocumentSaved (EventArgs e);
abstract member OnDocumentSaved : EventArgs -> unit
override this.OnDocumentSaved : EventArgs -> unit
Protected Overridable Sub OnDocumentSaved (e As EventArgs)