WebPartManager.OnUnload(EventArgs) Method

Definition

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

protected public:
 override void OnUnload(EventArgs ^ e);
protected internal override void OnUnload (EventArgs e);
override this.OnUnload : EventArgs -> unit
Protected Friend Overrides Sub OnUnload (e As EventArgs)

Parameters

e
EventArgs

Event data associated with the removal of the control.

Applies to