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

In This Topic
    PostValidationEventHandler Delegate
    In This Topic
    Represents the method that handles PostValidating or PostValidated events.
    Syntax
    'Declaration
     
    
    Public Delegate Sub PostValidationEventHandler( _
       ByVal sender As Object, _
       ByVal e As PostValidationEventArgs _
    ) 
    public delegate void PostValidationEventHandler( 
       object sender,
       PostValidationEventArgs e
    )

    Parameters

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