[]
        
(Showing Draft Content)

C1.WPF.DateTimeEditors.C1DatePicker.DateValidationError

DateValidationError Event

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

Namespace: C1.WPF.DateTimeEditors
Assembly: C1.WPF.DateTimeEditors.4.6.2.dll
Syntax
public event EventHandler<DatePickerDateValidationErrorEventArgs> DateValidationError
Returns
Type Description
EventHandler<DatePickerDateValidationErrorEventArgs> Occurs when text entered into the C1DatePicker cannot be parsed or the Date is not valid to be selected.