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

ImageUploader.OnClientProgress Property

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

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

Syntax

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

Property Value

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

Remarks

This event fires to indicate the progress of the upload.

See Also

Reference