Aurigma Image Uploader 6.5 Dual
ImageUploader..::.FileUploaded Event
Fires whenever a file is successfully uploaded.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public Event FileUploaded As FileUploadEventHandler
C#
public event FileUploadEventHandler FileUploaded
Remarks
You can use this event to obtain and process uploaded data. To do it use properties exposed by the FileUploadEventArgs class.
This event is not fired if the user aborts uploading.