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

In This Topic
    OnTextValidationError Method (C1TimeEditor)
    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