Share via


OnLoad Method (Common)

Loads data that pertains to a control, a page, or a device adapter.

public virtual void OnLoad(
   EventArgs e
)

Parameters

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

Remarks

The OnLoad method is inherited from the control's parent. If the control is a MobileControl control, then this method is inherited from the System.Web.UI.Control class; if the control is a MobilePage control, then this method is inherited from the System.Web.UI.Page class.

See Also

Applies to:All Adapters | ControlAdapter Class | MobileControl Class | MobilePage Class | ValidationSummary Class