MultiView.RemovedControl(Control) Método
Definição
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
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.