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

ImageUploader.OnClientBeforeUpload Property

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

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

Syntax

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

Property Value

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

Remarks

This event fires when the upload is about to be started.

See Also

Reference