Click or drag to resize

IDownload.Interrupted Event

Occurs when the download was interrupted.

Namespace:  DotNetBrowser.Downloads
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.14.0
Syntax
C#
event EventHandler<InterruptedEventArgs> Interrupted

Value

Type: System.EventHandler<InterruptedEventArgs>
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IDownload has already been disposed.
See Also