Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / CalendarSelectionChangingEventArgs Class / CalendarSelectionChangingEventArgs Constructor
The list of selected dates.

In This Topic
    CalendarSelectionChangingEventArgs Constructor
    In This Topic
    Initializes a new instance of the CalendarSelectionChangingEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal selectedDates As List(Of Date) _
    )
    public CalendarSelectionChangingEventArgs( 
       List<DateTime> selectedDates
    )

    Parameters

    selectedDates
    The list of selected dates.
    See Also