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