Click or drag to resize

Downloader.DownloadEnded Event

This event is fired, when a download ended. This can mean success or failure.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public event EventHandler<DownloadEventArgs> DownloadEnded

Value

Type: System.EventHandler<DownloadEventArgs>
See Also