FileUploaderClientEvents Class
Defines the client-side events handlers of FileUploader.
Namespace: GleamTech.FileUltimate.AspNet.UIAssembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 9.1.3
public class FileUploaderClientEvents
Public Class FileUploaderClientEvents
- Inheritance
- Object FileUploaderClientEvents
ItemUploaded |
Gets or sets the client-side event raised after user uploads a file or folder of a group in file uploader.
The value should be a valid JavaScript function name which is accessible on the host page.
Function names should be specified without parentheses like "FunctionName" or "Namespace.FunctionName".
|
ItemUploading |
Gets or sets the client-side event raised before user uploads a file or folder of a group in file uploader.
The value should be a valid JavaScript function name which is accessible on the host page.
Function names should be specified without parentheses like "FunctionName" or "Namespace.FunctionName".
|
Ready |
Gets or sets the client-side event raised after the file uploader becomes ready for adding files and folders.
The value should be a valid JavaScript function name which is accessible on the host page.
Function names should be specified without parentheses like "FunctionName" or "Namespace.FunctionName".
|
Uploaded |
Gets or sets the client-side event raised after user uploads a group of files or folders in file uploader.
The value should be a valid JavaScript function name which is accessible on the host page.
Function names should be specified without parentheses like "FunctionName" or "Namespace.FunctionName".
|
Uploading |
Gets or sets the client-side event raised before user uploads a group of files or folders in file uploader.
The value should be a valid JavaScript function name which is accessible on the host page.
Function names should be specified without parentheses like "FunctionName" or "Namespace.FunctionName".
|