'Declaration
Public ReadOnly Property SelectedDates As List(Of Date)
'Usage
Dim instance As CalendarSelectionChangingEventArgs Dim value As List(Of Date) value = instance.SelectedDates
public List<DateTime> SelectedDates {get;}
'Declaration
Public ReadOnly Property SelectedDates As List(Of Date)
'Usage
Dim instance As CalendarSelectionChangingEventArgs Dim value As List(Of Date) value = instance.SelectedDates
public List<DateTime> SelectedDates {get;}