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

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

Parameters

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