MobilePage.RemovedControl(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

제거된 MobileControl입니다.

설명

이 멤버는 기본 메서드를 Control.RemovedControl 호출하기 전에 컨트롤 Form 이 인지 여부를 확인하기 위해 메서드를 UserControl 재정의합니다. 컨트롤이 Form 또는 이 UserControl면 속성이 Formsnull설정됩니다.

적용 대상

추가 정보