ControlAdapter.OnUnload(EventArgs) 方法
定义
卸载与控件、页或设备适配器有关的数据。Unloads data that pertains to a control, a page, or a device adapter. 此 API 已废弃不用。This API is obsolete. 若要了解如何开发 ASP.NET 移动应用,请参阅 Mobile Apps & Sites with ASP.NET (ASP.NET 移动应用和网站)。For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
virtual void OnUnload(EventArgs ^ e);
public virtual void OnUnload (EventArgs e);
abstract member OnUnload : EventArgs -> unit
override this.OnUnload : EventArgs -> unit
Public Overridable Sub OnUnload (e As EventArgs)
参数
实现
注解
MobileControl基类实现调用 OnUnload 控件适配器的方法。The MobileControl base class implementation calls the OnUnload method of the control adapter. MobilePage基类实现调用 OnUnload 页适配器的方法。The MobilePage base class implementation calls the OnUnload method of the page adapter.