WinUI | ComponentOne
C1.WinUI.Calendar Assembly / C1.WinUI.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
    public CalendarSelectionChangingEventArgs( 
       List<DateTime> selectedDates
    )

    Parameters

    selectedDates
    The list of selected dates.
    See Also