ControlAdapter.OnUnload(EventArgs) 方法

定义

卸载与控件、页面或设备适配器相关的数据。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 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)

参数

e
EventArgs

包含事件数据的对象(由 EventArgs其定义)。

实现

注解

MobileControl基类实现调用OnUnload控件适配器的方法。 MobilePage基类实现调用OnUnload页面适配器的方法。

适用于

另请参阅