MVCxClientUploadControl Events
A client-side counterpart of the UploadControl extension.| Name | Description |
|---|---|
| BeforeSend | Occurs before a web request is sent to the server. Inherited from ASPxClientUploadControl. |
| DropZoneEnter | Fires when the mouse enters a drop zone or an external drop zone element while dragging a file. Inherited from ASPxClientUploadControl. |
| DropZoneLeave | Fires when the mouse leaves a drop zone or an external drop zone element while dragging a file. Inherited from ASPxClientUploadControl. |
| FileInputCountChanged | Occurs on the client side when the file input elements count is changed. Inherited from ASPxClientUploadControl. |
| FilesUploadComplete | Occurs on the client after upload of all selected files has been completed. Inherited from ASPxClientUploadControl. |
| FilesUploadStart | Occurs on the client side before file upload is started. Inherited from ASPxClientUploadControl. |
| FileUploadComplete | Occurs on the client side after a file has been uploaded. Inherited from ASPxClientUploadControl. |
| FileUploadStart | Obsolete. Occurs on the client side before upload of the specified files starts. Inherited from ASPxClientUploadControl. |
| Init | Occurs on the client side after the control has been initialized. Inherited from ASPxClientControlBase. |
| TextChanged | Fires on the client side when the text within the control’s edit box is changed while the control has focus. Inherited from ASPxClientUploadControl. |
| UploadingProgressChanged | Occurs on the client side when the progress bar indicator position is changed. Inherited from ASPxClientUploadControl. |
| ValidationErrorOccurred | Enables you to specify whether the selected file(s) are valid and provide an error text. Inherited from ASPxClientUploadControl. |
See Also