MobileControl.RemovedControl(Control) 方法

定义

Control 对象的 Controls 集合移除子控件后调用。 此 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

适用于

另请参阅