DialogWindowBase.OnClosed Method (EventArgs)

 

Handles the disposing of resources when the window closes.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected override void OnClosed(
	EventArgs e
)

Parameters

e
Type: System.EventArgs

The event arguments.

Return to top
Show: