ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / PreValidationEventHandler Delegate
The source of the event.
A PreValidationEventArgs object that contains the event data.

In This Topic
    PreValidationEventHandler Delegate
    In This Topic
    Represents the method that handles PreValidating or PreValidated events.
    Syntax
    'Declaration
     
    
    Public Delegate Sub PreValidationEventHandler( _
       ByVal sender As Object, _
       ByVal e As PreValidationEventArgs _
    ) 
    public delegate void PreValidationEventHandler( 
       object sender,
       PreValidationEventArgs e
    )

    Parameters

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