ASPxClientUploadControlUploadingProgressChangedEventArgs Constructors
Provides data for the ASPxClientUploadControl.UploadingProgressChanged event.| Name | Description |
|---|---|
| constructor(fileCount, currentFileName, currentFileContentLength, currentFileUploadedContentLength, currentFileProgress, totalContentLength, uploadedContentLength, progress) | Initializes a new instance of the ASPxClientUploadControlUploadingProgressChangedEventArgs class. |
See Also