DialogBase.OnClosed Method
Cleans up resources that were used for the dialog box.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
'Declaration
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
)
e
Type: System.EventArgsThe event arguments.
- 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.