ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DateEditMonthCalendar Class / DateValueChanged Event

In This Topic
    DateValueChanged Event
    In This Topic
    Occurs when the value of the Date property is changed.
    Syntax
    'Declaration
     
    Public Event DateValueChanged As NullableDateTimeEventHandler
    public event NullableDateTimeEventHandler DateValueChanged
    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