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

ImageUploader.OnClientPackageProgress Property

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

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

Syntax

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

Property Value

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

Remarks

This event fires to indicate the progress of the current package upload.

See Also

Reference