Class UpdatedEventArgs
- Namespace
- DotNetBrowser.Downloads.Events
- Assembly
- DotNetBrowser.dll
Event arguments for the Updated event.
public class UpdatedEventArgs : DownloadEventArgs
- Inheritance
-
UpdatedEventArgs
- Inherited Members
Properties
- CurrentSpeed
Gets the estimated download speed.
- Progress
Gets the rough percent complete.
- ReceivedBytes
Gets the number or received (downloaded) bytes.
- TotalBytes
Gets the total size of the file.