Click or drag to resize

IDownloadInterrupted Event

Occurs when the download was interrupted.

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

Value

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