ComponentOne Input for WinForms
PreValidationEventHandler Delegate

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : PreValidationEventHandler Delegate
The source of the event.
A PreValidationEventArgs object that contains the event data.
Represents the method that handles PreValidating or PreValidated events.
Syntax
'Declaration
 
Public Delegate Sub PreValidationEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As PreValidationEventArgs _
) 
public delegate void PreValidationEventHandler( 
   System.object sender,
   PreValidationEventArgs e
)

Parameters

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

Reference

PreValidationEventHandler Members
C1.Win.C1Input Namespace