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:
virtual void OnClosed(
	EventArgs^ e
) override

Parameters

e
Type: System::EventArgs^

The event arguments.

Return to top
Show: