XhtmlCalendarAdapter.OnPreRender(EventArgs) Method

Definition

Fills the display list with eras if the user has selected a date and the user's current culture supports eras. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

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

Parameters

e
EventArgs

An EventArgs object.

Remarks

This method uses DateTimeFormatInfo to discover whether the user's current culture supports eras.

Applies to

See also