Click or drag to resize

IDownload.Updated Event

Occurs when the download state was updated.

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

Value

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