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