Click or drag to resize

BrowserViewStartDownloadHandler Property

This handler is used when the browser is about to start downloading the file, if a different handler was not configured for the browser.

Namespace:  DotNetBrowser.WinForms
Assembly:  DotNetBrowser.WinForms (in DotNetBrowser.WinForms.dll) Version: 2.13.0
Syntax
C#
public IHandler<StartDownloadParameters, StartDownloadResponse> StartDownloadHandler { get; }

Property Value

Type: IHandlerStartDownloadParameters, StartDownloadResponse
See Also