WebBrowserExtended.FileDownload Event

Definition

Fires to indicate that a file download is about to occur. If a file download dialog box can be displayed, this event fires prior to the appearance of the dialog box.

public:
 event EventHandler<Microsoft::Uii::Csr::Browser::Web::FileDownloadEventArgs ^> ^ FileDownload;
[System.ComponentModel.Browsable(true)]
public event EventHandler<Microsoft.Uii.Csr.Browser.Web.FileDownloadEventArgs> FileDownload;
[<System.ComponentModel.Browsable(true)>]
member this.FileDownload : EventHandler<Microsoft.Uii.Csr.Browser.Web.FileDownloadEventArgs> 
Public Custom Event FileDownload As EventHandler(Of FileDownloadEventArgs) 

Event Type

Attributes

Applies to