MobileControl.AddedControl(Control, Int32) 方法

定义

在将子控件添加到 Controls 对象的集合 Control 后调用。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 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

Control已添加的项。

index
Int32

集合中 Controls 控件的索引。

适用于

另请参阅