ChtmlCalendarAdapter.OnLoad(EventArgs) Method

Definition

Loads 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:
 override void OnLoad(EventArgs ^ e);
public override void OnLoad (EventArgs e);
override this.OnLoad : EventArgs -> unit
Public Overrides Sub OnLoad (e As EventArgs)

Parameters

e
EventArgs

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

Applies to

See also