3 references to FileDownload
System.Windows.Forms (3)
winforms\Managed\System\WinForms\WebBrowser.cs (3)
1400/// Raises the <see cref='System.Windows.Forms.WebBrowser.FileDownload'/> event. 1407if (this.FileDownload != null) 1409this.FileDownload(this, e);