XhtmlCalendarAdapter.OnInit(EventArgs) Method

Definition

Creates event handlers, determines how many months the target device can display, and if the request is not a postback, sets the current date as the calendar's visible date. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 override void OnInit(EventArgs ^ e);
public override void OnInit (EventArgs e);
override this.OnInit : EventArgs -> unit
Public Overrides Sub OnInit (e As EventArgs)

Parameters

e
EventArgs

An EventArgs object.

Applies to

See also