UploadControlClientSideEvents Properties
Contains a list of the client-side events available for the ASPxUploadControl.| Name | Description |
|---|---|
| BeforeSend | Specifies a client function used to customize a web request before it is sent to the server. |
| DropZoneEnter | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientUploadControl.DropZoneEnter event. |
| DropZoneLeave | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientUploadControl.DropZoneLeave event. |
| FileInputCountChanged | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientUploadControl.FileInputCountChanged event. |
| FilesUploadComplete | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientUploadControl.FileUploadComplete event. |
| FilesUploadStart | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientUploadControl.FilesUploadStart event. |
| FileUploadComplete | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientUploadControl.FileUploadComplete event. |
| FileUploadStart | Obsolete. Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientUploadControl.FileUploadStart event. |
| Init | Gets or sets the name of the JavaScript function or the entire code which will handle a web control’s ASPxClientControlBase.Init client-side event. Inherited from ClientSideEvents. |
| TextChanged | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientUploadControl.TextChanged event. |
| UploadingProgressChanged | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientUploadControl.UploadingProgressChanged event. |
| ValidationErrorOccurred | Gets or sets the name of the JavaScript function or the entire code which will handle the client ASPxClientUploadControl.ValidationErrorOccurred event. |
See Also