MVCxClientUploadControl Events
A client-side counterpart of the UploadControl extension.
Name | Description |
---|---|
Drop |
Fires when the mouse enters a drop zone or an external drop zone element while dragging a file.
Inherited from ASPx |
Drop |
Fires when the mouse leaves a drop zone or an external drop zone element while dragging a file.
Inherited from ASPx |
File |
Occurs on the client side when the file input elements count is changed.
Inherited from ASPx |
Files |
Occurs on the client after upload of all selected files has been completed.
Inherited from ASPx |
Files |
Occurs on the client side before file upload is started.
Inherited from ASPx |
File |
Occurs on the client side after a file has been uploaded.
Inherited from ASPx |
File |
Obsolete. Occurs on the client side before upload of the specified files starts.
Inherited from ASPx |
Init |
Occurs on the client side after the control has been initialized.
Inherited from ASPx |
Text |
Fires on the client side when the text within the control’s edit box is changed while the control has focus.
Inherited from ASPx |
Uploading |
Occurs on the client side when the progress bar indicator position is changed.
Inherited from ASPx |
Validation |
Enables you to specify whether the selected file |
See Also