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

ImageUploader.OnClientError Property

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

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

Syntax

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

Property Value

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

Remarks

This event fires if some error occurred during upload.

See Also

Reference