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