MobileControl.AddedControl(Control, Int32) 方法

定义

在子控件添加到 Control 对象的 Controls 集合后调用。Called after a child control is added to the Controls collection of the Control object. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & 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)

参数

control
Control

已添加的 ControlThe Control that has been added.

index
Int32

Controls 集合中的控件索引。The index of the control in the Controls collection.

适用于

另请参阅