Constructor of SelectionEventArgs.

Namespace:  C1.Web.UI.Controls.C1Calendar
Assembly:  C1CalendarClient (in C1CalendarClient.dll)

Syntax

JavaScript
C1.Web.UI.Controls.C1Calendar.SelectionEventArgs = function(calendar, type, selDates);

Parameters

calendar
Type: C1.Web.UI.Controls.C1Calendar..::..C1Calendar
The Calendar control the selection happens.
type
Type: C1.Web.UI.Controls.C1Calendar..::..SelectionType
Type of selection.
selDates
Type: System..::..Array
Array of selected dates.

See Also