MobilePage.OnDeviceCustomize(EventArgs) Method

Definition

Called after the page is initialized. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with 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)

Parameters

e
EventArgs

An object defined by an EventArgs object that contains event data.

Remarks

You can override this method to set device-specific properties. If you override this method in an inheriting class, you must call the base implementation.

Applies to

See also