Calendar for WinForms | ComponentOne
C1.Win.Calendar Namespace / C1DateEdit Class / DateValueSelecting Event

In This Topic
    DateValueSelecting Event
    In This Topic
    Occurs before Date in drop-down calendar will be selected.
    Syntax
    'Declaration
     
    
    Public Event DateValueSelecting As EventHandler(Of DateChangingEventArgs)
    public event EventHandler<DateChangingEventArgs> DateValueSelecting
    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