System.Web.UI.Control.RemovedControl Method

Called after a child control is removed from the Control.Controls collection of the System.Web.UI.Control object.

Syntax

protected virtual void RemovedControl (Control control)

Parameters

control
The System.Web.UI.Control that has been removed.

Remarks

The Control.RemovedControl(Control) method is called immediately after a control is removed from the Control.Controls collection.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0