Control.RemovedControl(Control) Method

Definition

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

protected public:
 virtual void RemovedControl(System::Web::UI::Control ^ control);
protected internal virtual void RemovedControl (System.Web.UI.Control control);
abstract member RemovedControl : System.Web.UI.Control -> unit
override this.RemovedControl : System.Web.UI.Control -> unit
Protected Friend Overridable Sub RemovedControl (control As Control)

Parameters

control
Control

The Control that has been removed.

Exceptions

The control is a Substitution control.

Remarks

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

Applies to

See also