MobileControl.AddedControl(Control, Int32) Methode

Definition

Wird aufgerufen, nachdem der Auflistung des Objekts ein untergeordnetes Controls Steuerelement hinzugefügt Control wurde. Diese API ist veraltet. Informationen zum Entwickeln von ASP.NET mobilen Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.

protected:
 override void AddedControl(System::Web::UI::Control ^ control, int index);
protected override void AddedControl(System.Web.UI.Control control, int index);
override this.AddedControl : System.Web.UI.Control * int -> unit
Protected Overrides Sub AddedControl (control As Control, index As Integer)

Parameter

control
Control

Das Control wurde hinzugefügt.

index
Int32

Der Index des Steuerelements in der Controls Auflistung.

Gilt für:

Weitere Informationen