Click or drag to resize

IDownloadUpdated Event

Occurs when the download state was updated.

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

Value

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