Fires whenever a file is successfully uploaded.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Public Event FileUploaded As FileUploadEventHandler
public event FileUploadEventHandler FileUploaded
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.