WebBrowserExtended.FileDownload Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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