MobilePage.OnLoad(EventArgs) 方法

定义

Load处理事件。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

protected:
 override void OnLoad(EventArgs ^ e);
protected override void OnLoad(EventArgs e);
override this.OnLoad : EventArgs -> unit
Protected Overrides Sub OnLoad (e As EventArgs)

参数

e
EventArgs

EventArgs包含事件数据的对象。

注解

此方法重写 Control.OnLoad 用于自定义适配器的事件数据的方法。

适用于

另请参阅