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

UploadHandler.AllFilesUploaded Event

Fires when the whole upload session completes.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)

Syntax

Visual Basic
Public Event AllFilesUploaded As EventHandler(Of AllFilesUploadedEventArgs)
C#
public event EventHandler<AllFilesUploadedEventArgs> AllFilesUploaded

See Also

Reference