Click or drag to resize

BrowserClientDownloadProgress Event

Version 102.0.100
Fired when download makes progress. Last call has |done| == true.

Namespace:  CefSharp.DevTools.Browser
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public event EventHandler<DownloadProgressEventArgs> DownloadProgress

Value

Type: SystemEventHandlerDownloadProgressEventArgs
See Also