Click or drag to resize

DownloadEventArgsDownload Property

Gets the download instance which is the source of this event.

Namespace:  DotNetBrowser.Downloads.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public IDownload Download { get; }

Property Value

Type: IDownload
The download instance which is the source of this event.
See Also