MobileControl.AddedControl(Control, Int32) 메서드

정의

자식 컨트롤이 Control 개체의 Controls 컬렉션에 추가된 후 호출됩니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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 컬렉션의 컨트롤 인덱스입니다.

적용 대상

추가 정보