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.
1407
if (this.
FileDownload
!= null)
1409
this.
FileDownload
(this, e);