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

In This Topic
    DateValueSelected Event (C1DateEdit)
    In This Topic
    Occurs when Date in drop-down calendar is selected.
    Syntax
    'Declaration
     
    
    Public Event DateValueSelected As NullableDateTimeEventHandler
    public event NullableDateTimeEventHandler DateValueSelected
    Event Data

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

    PropertyDescription
    The date value.  
    Set to True if the date value is null.  
    See Also