Click or drag to resize

IDownloadHandler Interface

Version 75.1.140
Class used to handle file downloads. The methods of this class will called on the CEF UI thread.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
public interface IDownloadHandler

The IDownloadHandler type exposes the following members.

Methods
  NameDescription
Public methodOnBeforeDownload
Called before a download begins.
Public methodOnDownloadUpdated
Called when a download's status or progress information has been updated. This may be called multiple times before and after OnBeforeDownload(IWebBrowser, IBrowser, DownloadItem, IBeforeDownloadCallback).
Top
See Also