'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.
Property | Description |
---|---|
Date | The date value. |
DateIsNull | Set to True if the date value is null. |
See Also