MobileControl.AddedControl(Control, Int32) 메서드

정의

자식 컨트롤이 개체 컬렉션 Controls 에 추가된 Control 후 호출됩니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 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 .

적용 대상

추가 정보