Click or drag to resize

IDownloadServiceDownloadFileCompleted Event

Event that is raised when the download operation is completed. The event handler is passed an AsyncCompletedEventArgs object that contains information about the completion status of the operation.

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

Value

EventHandlerAsyncCompletedEventArgs
See Also