Specifies possible values for client-side event names.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
Public Enumeration ClientEventNames
public enum ClientEventNames
| Member name | Description | |
|---|---|---|
| InitComplete |
InitComplete() event fires when Image Uploader Flash is completely created and initialized. |
|
| BeforeUpload |
BeforeUpload() event fires when the upload is about to be started. |
|
| AfterUpload |
AfterUpload() event fires after a successful upload. |
|
| BeforePackageUpload |
BeforePackageUpload() event fires when the current package is about to be uploaded. |
|
| AfterPackageUpload |
AfterPackageUpload() event fires when the current package was uploaded successfully. |
|
| PreRender |
PreRender() event fires before the writeHtml or getHtml method is executed. |
|
| Progress |
Progress() event indicates the progress of the upload. |
|
| Error |
Error() event fires if some error occurred during the current upload session. |
|
| RestrictionFailed |
RestrictionFailed() event fires when some restriction is broken. |