WebPartManager::OnUnload Method (EventArgs^)

 

Raises the base Unload event and removes the WebPartManager instance from a Web page.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public protected:
virtual void OnUnload(
	EventArgs^ e
) override

Parameters

e
Type: System::EventArgs^

Event data associated with the removal of the control.

.NET Framework
Available since 2.0
Return to top
Show: