ModelingDocData.OnDocumentClosed Method
Called when the document is closed. Default behavior clears the error list content.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntax
'Declaration
Protected Overrides Sub OnDocumentClosed ( _
e As EventArgs _
)
protected override void OnDocumentClosed(
EventArgs e
)
protected:
virtual void OnDocumentClosed(
EventArgs^ e
) override
abstract OnDocumentClosed :
e:EventArgs -> unit
override OnDocumentClosed :
e:EventArgs -> unit
protected override function OnDocumentClosed(
e : EventArgs
)
Parameters
- e
Type: System.EventArgs
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.