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

ClientEventNames Enumeration

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Specifies possible values for client-side event names.

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

Syntax

Visual Basic
Public Enumeration ClientEventNames
C#
public enum ClientEventNames

Members

Member name Description
AfterPackageUpload

AfterPackageUpload event fires when the current package was uploaded successfully.

AfterSendRequest

AfterSendRequest event fires when the current POST request was uploaded successfully.

AfterUpload

AfterUpload event fires after a successful upload.

BeforePackageUpload

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

BeforeSendRequest

BeforeSendRequest event fires when the current POST request is about to be uploaded.

BeforeUpload

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

Error

Error event fires if some error occurred during the current upload session.

FolderChange

FolderChange event fires when a user goes to another folder.

ImageEditorClose

ImageEditorClose event fires when the Image Editor is closed.

ImageRotated

ImageRotated event fires when an image is rotated.

InitComplete

InitComplete event fires when Image Uploader is completely created and initialized.

PreRender

PreRender event fires before the writeHtml or getHtml method is executed.

Progress

Progress event indicates the progress of the upload.

RestrictionFailed

RestrictionFailed event fires when some restriction is broken.

SelectionChange

SelectionChange event fires when a user changes a selection in the folder pane.

UploadFileCountChange

UploadFileCountChange event fires when a user adds/removes any files to/from the upload list.

ViewChange

ViewChange event fires when the view mode is changed.

See Also

Reference