IDownloadServiceChunkDownloadProgressChanged Event |
Event that is raised periodically during the download operation to report the progress of a single chunk download.
The event handler is passed a DownloadProgressChangedEventArgs object that contains
information about the progress of the chunk download, such as the number of bytes downloaded and the total chunk size.
Namespace: DownloaderAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
See Also