ModelingDocData.OnDocumentClosed(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.
When document closed, clear the error list content.
protected:
override void OnDocumentClosed(EventArgs ^ e);
protected override void OnDocumentClosed (EventArgs e);
override this.OnDocumentClosed : EventArgs -> unit
Protected Overrides Sub OnDocumentClosed (e As EventArgs)