MultiView::RemovedControl Method (Control^)

 
Use BaseTrue

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

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

public protected:
virtual void RemovedControl(
	Control^ ctl
) override

Parameters

ctl
Type: System.Web.UI::Control^

The View control that has been removed.

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

.NET Framework
Available since 2.0
Return to top
Show: