ControlAdapter.OnUnload(EventArgs) Method

Definition

Unloads data that pertains to a control, a page, or a device adapter. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 virtual void OnUnload(EventArgs ^ e);
public virtual void OnUnload (EventArgs e);
abstract member OnUnload : EventArgs -> unit
override this.OnUnload : EventArgs -> unit
Public Overridable Sub OnUnload (e As EventArgs)

Parameters

e
EventArgs

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

Implements

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.

Applies to

See also