ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1TimeEditor Class / OnTextValidationError Method
A DatePickerDateValidationErrorEventArgs that contains the event data.

In This Topic
    OnTextValidationError Method
    In This Topic
    Raises the TextValidationError event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnTextValidationError( _
       ByVal e As TextValidationErrorEventArgs _
    ) 
    protected virtual void OnTextValidationError( 
       TextValidationErrorEventArgs e
    )

    Parameters

    e
    A DatePickerDateValidationErrorEventArgs that contains the event data.
    See Also