Click or drag to resize

DownloadHandlerBuilder.OnBeforeDownload Method

Version 96.0.142

Namespace:  CefSharp.Fluent
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 96.0.142.0
Syntax
public DownloadHandlerBuilder OnBeforeDownload(
	OnBeforeDownloadDelegate action
)

Parameters

action
Type: CefSharp.Fluent.OnBeforeDownloadDelegate
Action to be executed when OnBeforeDownload(IWebBrowser, IBrowser, DownloadItem, IBeforeDownloadCallback) is called

Return Value

Type: DownloadHandlerBuilder
Fluent Builder, call Build() to create a new IDownloadHandler instance
See Also