WinUI | ComponentOne
C1.WinUI.Calendar Assembly / C1.WinUI.Calendar Namespace / CalendarSelectionChangedEventArgs Class / CalendarSelectionChangedEventArgs Constructor
The selected dates.
In This Topic
    CalendarSelectionChangedEventArgs Constructor
    In This Topic
    Initializes a new instance of the CalendarSelectionChangedEventArgs class.
    Syntax
    public CalendarSelectionChangedEventArgs( 
       IEnumerable<DateTime> selectedDates
    )

    Parameters

    selectedDates
    The selected dates.
    See Also