MobileControl.RemovedControl(Control) 메서드

정의

자식 컨트롤이 개체 컬렉션 Controls 에서 Control 제거된 후 호출됩니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

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 제거된 것입니다.

적용 대상

추가 정보