[]
Occurs when text entered into the C1DatePicker cannot be parsed or the Date is not valid to be selected.
public event EventHandler<DatePickerDateValidationErrorEventArgs> DateValidationError
Public Event DateValidationError As EventHandler(Of DatePickerDateValidationErrorEventArgs)
| Type | Description |
|---|---|
| EventHandler<DatePickerDateValidationErrorEventArgs> | Occurs when text entered into the C1DatePicker cannot be parsed or the Date is not valid to be selected. |