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

ImageUploader.OnClientPackageError Property

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

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

Syntax

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

Property Value

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

Remarks

This event fires if some error occurred during the current package upload.

See Also

Reference