[]
Initializes a new instance of the CalendarSelectionChangingEventArgs class.
public CalendarSelectionChangingEventArgs(List<DateTime> selectedDates)
Public Sub New(selectedDates As List(Of Date))
| Type | Name | Description |
|---|---|---|
| List<DateTime> | selectedDates | The list of selected dates. |