ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1DateTimePicker Class / DateValidationError Event

In This Topic
    DateValidationError Event (C1DateTimePicker)
    In This Topic
    Occurs when text entered into the DatePicker cannot be parsed or the Date is not valid to be selected.
    Syntax
    'Declaration
     
    Public Event DateValidationError As System.EventHandler(Of DatePickerDateValidationErrorEventArgs)
    public event System.EventHandler<DatePickerDateValidationErrorEventArgs> DateValidationError
    See Also