Click or drag to resize

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: Downloader
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
event EventHandler<DownloadProgressChangedEventArgs> ChunkDownloadProgressChanged

Value

EventHandlerDownloadProgressChangedEventArgs
See Also