Occurs when text entered into the C1DatePicker cannot be parsed or the Date is not valid to be selected.
Namespace:
C1.Xaml.DateTimeEditorsAssembly: C1.Xaml.DateTimeEditors (in C1.Xaml.DateTimeEditors.dll)
Syntax
| C# |
|---|
public event EventHandler<DatePickerDateValidationErrorEventArgs> DateValidationError |
| Visual Basic |
|---|
Public Event DateValidationError As EventHandler(Of DatePickerDateValidationErrorEventArgs) |