This documentation is for the old version. Go to the latest Upload Suite docs

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.

See Also

Reference

Manual