MultiView.RemovedControl(Control) Método

Definição

Chamado após a remoção de um controle View da coleção Controls de um controle MultiView.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)

Parâmetros

ctl
Control

O controle View foi removido.The View control that has been removed.

Comentários

O RemovedControl método é chamado imediatamente depois View que um controle é removido da Controls coleção de um MultiView controle.The RemovedControl method is called immediately after a View control is removed from the Controls collection of a MultiView control.

Aplica-se a