DownloadEventArgsDownload Property |
Gets the download instance which is the source of this event.
Namespace:
DotNetBrowser.Downloads.Events
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax public IDownload Download { get; }
Property Value
Type:
IDownloadThe download instance which is the source of this event.
See Also