Click or drag to resize
IDownloadHandlerOnDownloadUpdated Method
Version 51.0.0
Called when a download's status or progress information has been updated. This may be called multiple times before and after OnBeforeDownload(IBrowser, DownloadItem, IBeforeDownloadCallback).

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 51.0.0.0 (51.0.0.0)
Syntax
void OnDownloadUpdated(
	IBrowser browser,
	DownloadItem downloadItem,
	IDownloadItemCallback callback
)

Parameters

browser
Type: CefSharpIBrowser
The browser instance
downloadItem
Type: CefSharpDownloadItem
Represents the file being downloaded.
callback
Type: CefSharpIDownloadItemCallback
The callback used to Cancel/Pause/Resume the process
See Also