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

ImageUploader.OnClientPackageBeforeUpload Property

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

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

Syntax

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

Property Value

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

Remarks

This event fires when the current package is about to be uploaded.

See Also

Reference