Calendar for WinForms | ComponentOne
C1.Win.C1Input Namespace / ValidationErrorEventHandler Delegate
The source of the event.
A ValidationErrorEventArgs object that contains the event data.

In This Topic
    ValidationErrorEventHandler Delegate
    In This Topic
    Represents the method that handles a ValidationError event.
    Syntax
    'Declaration
     
    
    Public Delegate Sub ValidationErrorEventHandler( _
       ByVal sender As Object, _
       ByVal e As ValidationErrorEventArgs _
    ) 
    public delegate void ValidationErrorEventHandler( 
       object sender,
       ValidationErrorEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A ValidationErrorEventArgs object that contains the event data.
    See Also