MobileControl.AddedControl(Control, Int32) 方法

定義

在子控制項加入 Control 物件的 Controls 集合後呼叫。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 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

已加入的 Control

index
Int32

Controls 集合中之控制項的索引。

適用於

另請參閱