Click or drag to resize

IDownloadPaused Event

Occurs when the download was paused.

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

Value

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