I would like to be notified whenever a DateTimePicker with ShowCheckBox set to true is either checked or unchecked, but there is no CheckChanged event for the DateTimePicker class. The ValueChanged event fires when the field is checked, but not when it is unchecked. Short of writing an inherited control, does anyone know how to receive notification when a DateTimePicker is unchecked?