Calendar for WinForms | ComponentOne
C1.Win.Calendar Namespace / C1CalendarView Class / SelectionChanging Event

In This Topic
    SelectionChanging Event (C1CalendarView)
    In This Topic
    Occurs before the range of selected days will be changed.
    Syntax
    'Declaration
     
    
    Public Event SelectionChanging As EventHandler(Of DateChangingEventArgs)
    public event EventHandler<DateChangingEventArgs> SelectionChanging
    Event Data

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

    PropertyDescription
    (Inherited from System.ComponentModel.CancelEventArgs)
    Gets the date of the new day.  
    Gets the date of the old day.  
    See Also