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

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

Syntax

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

See Also