Control.AddedControl(Control, Int32) 메서드

정의

자식 컨트롤이 Control 개체의 Controls 컬렉션에 추가된 후 호출됩니다.

protected public:
 virtual void AddedControl(System::Web::UI::Control ^ control, int index);
protected internal virtual void AddedControl (System.Web.UI.Control control, int index);
abstract member AddedControl : System.Web.UI.Control * int -> unit
override this.AddedControl : System.Web.UI.Control * int -> unit
Protected Friend Overridable Sub AddedControl (control As Control, index As Integer)

매개 변수

control
Control

추가된 Control입니다.

index
Int32

Controls 컬렉션의 컨트롤 인덱스입니다.

예외

controlSubstitution 컨트롤입니다.

설명

AddedControl 컨트롤이 컬렉션에 추가된 직후 메서드가 Controls 호출됩니다.

적용 대상

추가 정보