Click or drag to resize

IDownloadFinished Event

Occurs when the download was finished.

Namespace:  DotNetBrowser.Downloads
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
event EventHandler<FinishedEventArgs> Finished

Value

Type: SystemEventHandlerFinishedEventArgs
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IDownload has already been disposed.
See Also