4 references to FileDownload
System.Windows.Forms (2)
System\Windows\Forms\Controls\WebBrowser\WebBrowser.cs (2)
1216/// Raises the <see cref="FileDownload"/> event. 1218protected virtual void OnFileDownload(EventArgs e) => FileDownload?.Invoke(this, e);
System.Windows.Forms.Tests (2)
System\Windows\Forms\WebBrowserTests.cs (2)
3733control.FileDownload += handler; 3740control.FileDownload -= handler;