DateRangeEventHandler

Wisej.Web.DateRangeEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.1.0.0)

Represents the method that will handle the DateChanged or DateSelected event of a MonthCalendar.

public delegate void DateRangeEventHandler(Object sender, DateRangeEventArgs e)

Parameters

Name
Type
Description

sender

The source of the event.

e

A DateRangeEventArgs that contains the event data.

Fired By

Name
Description

Fired when the date shown in the MonthCalendar changes.

Fired when the user changes the selected date or range.

Fired when the displayed range changes.

Last updated