MobileControl.RemovedControl(Control) 方法

定義

Control 物件的 Controls 集合中移除子控制項之後呼叫。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with 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

適用於

另請參閱