BrowserClientDownloadProgress Event |
Version 130.1.90
Fired when download makes progress. Last call has |done| == true.
Namespace: CefSharp.DevTools.BrowserAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public event EventHandler<DownloadProgressEventArgs> DownloadProgress
public:
event EventHandler<DownloadProgressEventArgs^>^ DownloadProgress {
void add (EventHandler<DownloadProgressEventArgs^>^ value);
void remove (EventHandler<DownloadProgressEventArgs^>^ value);
}
Value
EventHandlerDownloadProgressEventArgsSee Also