'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.