Share via


OnUnload Method (Common)

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

public virtual void OnUnload(
   EventArgs e
)

Parameters

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

Remarks

The MobileControl base class implementation calls the OnUnload method of the control adapter. The MobilePage base class implementation calls the OnUnload method of the page adapter.

See Also

Applies to: ControlAdapter Class | MobileControl Class | MobilePage Class