ValidateFileEventHandler Delegate
Represents the method that will handle the ValidatingFile event.
'Declaration
Public Delegate Sub ValidateFileEventHandler( _
ByVal As System.Object, _
ByVal As ValidateFileEventArgs _
)
Parameters
- sender
- The source of the event.
- e
- A ValidateFileEventArgs that contains the event data.