MultiView.RemovedControl(Control) 메서드

정의

컨트롤이 View 컨트롤 컬렉션 Controls 에서 MultiView 제거된 후 호출됩니다.

protected public:
 override void RemovedControl(System::Web::UI::Control ^ ctl);
protected internal override void RemovedControl(System.Web.UI.Control ctl);
override this.RemovedControl : System.Web.UI.Control -> unit
Protected Friend Overrides Sub RemovedControl (ctl As Control)

매개 변수

ctl
Control

View 제거된 컨트롤입니다.

설명

RemovedControl 컨트롤 컬렉션에서 컨트롤을 제거한 View 직후 메서드가 ControlsMultiView 호출됩니다.

적용 대상

추가 정보