Occurs when text entered into the DatePicker cannot be parsed or the Date is not valid to be selected.
Namespace:
C1.WPF.DateTimeEditorsAssembly: C1.WPF.DateTimeEditors (in C1.WPF.DateTimeEditors.dll)
XMLNS for XAML: http://schemas.componentone.com/wpf/DateTimeEditors
Syntax
| C# |
|---|
public event EventHandler<DatePickerDateValidationErrorEventArgs> DateValidationError |
| Visual Basic (Declaration) |
|---|
Public Event DateValidationError As EventHandler(Of DatePickerDateValidationErrorEventArgs) |
| XAML Attribute Usage |
|---|
<object DateValidationError="EventHandler<DatePickerDateValidationErrorEventArgs>" .../> |