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