XhtmlCalendarAdapter.OnLoad(EventArgs) Method

Definition

Raises the Load event. 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 EventArgs object.

Notes to Inheritors

When you inherit from the XhtmlCalendarAdapter class and the adapter overrides the OnLoad(EventArgs) method, the adapter should call the corresponding base class method, which in turn calls the OnLoad(EventArgs) method. If OnLoad(EventArgs) is not called, the Load event will not be raised.

Applies to

See also