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 コレクション内でのインデックス。

適用対象

こちらもご覧ください