Control.AddedControl(Control, Int32) Méthode

Définition

Méthode appelée après qu’un contrôle enfant est ajouté à la collection Controls de l’objet Control.

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

Paramètres

control
Control

Control ajoutée.

index
Int32

Index du contrôle dans la collection Controls.

Exceptions

control est un contrôle Substitution.

Remarques

La AddedControl méthode est appelée immédiatement après l’ajout d’un contrôle à la Controls collection.

S’applique à

Voir aussi