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

BaseUploadControl.FileUploaded Event

Fires whenever all the converted files and metadata related to a particular user-selected file are successfully uploaded.

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

Syntax

Visual Basic
Public Event FileUploaded As EventHandler(Of FileUploadedEventArgs)
C#
public event EventHandler<FileUploadedEventArgs> FileUploaded

See Also

Reference

Manual