Occurs when text entered into the DatePicker cannot be parsed or the Date is not valid to be selected.

Namespace:  C1.Xaml.DateTimeEditors
Assembly:  C1.Xaml.DateTimeEditors (in C1.Xaml.DateTimeEditors.dll)

Syntax

C#
public event EventHandler<DatePickerDateValidationErrorEventArgs> DateValidationError
Visual Basic
Public Event DateValidationError As EventHandler(Of DatePickerDateValidationErrorEventArgs)

See Also