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

ImageUploader.OnClientAfterUpload Property

Specifies a list of listeners of the AfterUpload client-side event.

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

Syntax

Visual Basic
Public Property OnClientAfterUpload As ClientEventList
C#
public ClientEventList OnClientAfterUpload { get; set; }

Property Value

A ClientEventList value that specifies a list of AfterUpload event listeners.

Remarks

This event fires only after successful upload.

See Also

Reference