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