[This is preliminary documentation and is subject to change.]
The CefDownloadHandler type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() | Dispose | |
![]() | ![]() | (Inherited from ![]() |
![]() | Finalize | (Overrides ![]() |
![]() | ![]() |
Serves as a hash function for a particular type.
(Inherited from ![]() |
![]() | ![]() |
Gets the (Inherited from ![]() ![]() |
![]() | ![]() |
Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | OnBeforeDownload |
Called before a download begins. |suggested_name| is the suggested name for
the download file. By default the download will be canceled. Execute
|callback| either asynchronously or in this method to continue the download
if desired. Do not keep a reference to |download_item| outside of this
method.
|
![]() | OnDownloadUpdated |
Called when a download's status or progress information has been updated.
This may be called multiple times before and after OnBeforeDownload().
Execute |callback| either asynchronously or in this method to cancel the
download if desired. Do not keep a reference to |download_item| outside of
this method.
|
![]() | ![]() | (Inherited from ![]() |
See Also