Click or drag to resize

IDownloadCanceled Event

Occurs when the download was canceled.

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

Value

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