MultiView.RemovedControl(Control) Method

Definition

Called after a View control is removed from the Controls collection of a MultiView control.

protected public:
 override void RemovedControl(System::Web::UI::Control ^ ctl);
protected internal override void RemovedControl (System.Web.UI.Control ctl);
override this.RemovedControl : System.Web.UI.Control -> unit
Protected Friend Overrides Sub RemovedControl (ctl As Control)

Parameters

ctl
Control

The View control that has been removed.

Remarks

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

Applies to

See also