WinUI | ComponentOne
C1.WinUI.Calendar Assembly / C1.WinUI.Calendar Namespace / C1Calendar Class / SelectionChanging Event
In This Topic
    SelectionChanging Event (C1Calendar)
    In This Topic
    Occurs before the selection changed.
    Syntax
    public event EventHandler<CalendarSelectionChangingEventArgs> SelectionChanging
    Event Data

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

    PropertyDescription
    Gets the list of selected dates.  
    See Also