C1.Win.C1Input.4.8 Assembly / 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 _
) 
 

Parameters

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