Share via


OnDeviceCustomize Method

Called after the page is initialized.

protected override void OnDeviceCustomize(
   EventArgs e
)

Parameters

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

Remarks

The developer can override this method to set device-specific properties. If overridden in an inheriting class, the base implementation must be called.

See Also

Applies to: MobilePage Class