Click or drag to resize

IDownloadServiceDownloadStarted Event

Event that is raised when the download operation starts. The event handler is passed a DownloadStartedEventArgs object that contains information about the download operation, such as the download URL and the local file path.

Namespace: Downloader
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
event EventHandler<DownloadStartedEventArgs> DownloadStarted

Value

EventHandlerDownloadStartedEventArgs
See Also