BrowserClientDownloadWillBegin Event |
Version 118.6.80
Fired when page is about to start a download.
Namespace:
CefSharp.DevTools.Browser
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public event EventHandler<DownloadWillBeginEventArgs> DownloadWillBegin
public:
event EventHandler<DownloadWillBeginEventArgs^>^ DownloadWillBegin {
void add (EventHandler<DownloadWillBeginEventArgs^>^ value);
void remove (EventHandler<DownloadWillBeginEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerDownloadWillBeginEventArgsSee Also