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 에서 컨트롤이 제거 되는 Controls 의 컬렉션을 MultiView 컨트롤입니다.

적용 대상

추가 정보