MobileControl.RemovedControl(Control) 메서드

정의

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

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

매개 변수

control
Control

제거된 Control입니다.

적용 대상

추가 정보