DialogBase.OnClosed Method
Cleans up resources that were used for the dialog box.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Déclaration
Protected Overrides Sub OnClosed ( _
e As EventArgs _
)
protected override void OnClosed(
EventArgs e
)
protected:
virtual void OnClosed(
EventArgs^ e
) override
abstract OnClosed :
e:EventArgs -> unit
override OnClosed :
e:EventArgs -> unit
protected override function OnClosed(
e : EventArgs
)
Parameters
- e
Type: System.EventArgs
The event arguments.
.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.