BrowserClientDownloadProgress Event |
Version 106.0.290
Fired when download makes progress. Last call has |done| == true.
Namespace:
CefSharp.DevTools.Browser
Assembly:
CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax public event EventHandler<DownloadProgressEventArgs> DownloadProgress
public:
event EventHandler<DownloadProgressEventArgs^>^ DownloadProgress {
void add (EventHandler<DownloadProgressEventArgs^>^ value);
void remove (EventHandler<DownloadProgressEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerDownloadProgressEventArgsSee Also