Udostępnij za pośrednictwem


MobileControl.AddedControl(Control, Int32) Metoda

Definicja

Wywoływane po dodaniu kontrolki podrzędnej do Controls kolekcji Control obiektu. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with 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)

Parametry

control
Control

Element Control , który został dodany.

index
Int32

Indeks kontrolki w kolekcji Controls .

Dotyczy

Zobacz też