C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Upload Namespace / ValidateFileEventHandler Delegate
The source of the event.
A ValidateFileEventArgs that contains the event data.

In This Topic
ValidateFileEventHandler Delegate
In This Topic
Represents the method that will handle the ValidatingFile event.
Syntax
'Declaration
 
Public Delegate Sub ValidateFileEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As ValidateFileEventArgs _
) 
 

Parameters

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