WinUI | ComponentOne
C1.WinUI.Calendar Assembly / C1.WinUI.Calendar Namespace / C1Calendar Class / SelectionChanged Event
In This Topic
    SelectionChanged Event (C1Calendar)
    In This Topic
    Occurs when the SelectedDate or SelectedDates properties change.
    Syntax
    public event EventHandler<CalendarSelectionChangedEventArgs> SelectionChanged
    Event Data

    The event handler receives an argument of type CalendarSelectionChangedEventArgs containing data related to this event. The following CalendarSelectionChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the selected dates.  
    See Also