通过


MobilePage.OnDeviceCustomize(EventArgs) 方法

定义

初始化页面后调用。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 ASP.NET 的网站。

protected:
 virtual void OnDeviceCustomize(EventArgs ^ e);
protected virtual void OnDeviceCustomize(EventArgs e);
abstract member OnDeviceCustomize : EventArgs -> unit
override this.OnDeviceCustomize : EventArgs -> unit
Protected Overridable Sub OnDeviceCustomize (e As EventArgs)

参数

e
EventArgs

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

注解

可以重写此方法以设置特定于设备的属性。 如果在继承类中重写此方法,则必须调用基实现。

适用于

另请参阅