Click or drag to resize

IDownloadServiceDownloadProgressChanged Event

Event that is raised periodically during the download operation to report the progress of the download. The event handler is passed a DownloadProgressChangedEventArgs object that contains information about the progress of the download, such as the number of bytes downloaded and the total file 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> DownloadProgressChanged

Value

EventHandlerDownloadProgressChangedEventArgs
See Also