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