Share via


WpfBrowser.FileDownload Event

Definition

Fires to indicate that a file download is about to occur.

public:
 event EventHandler<Microsoft::Crm::UnifiedServiceDesk::Dynamics::Controls::FileDownloadEventArgs ^> ^ FileDownload;
[System.ComponentModel.Browsable(true)]
public event EventHandler<Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.FileDownloadEventArgs> FileDownload;
[<System.ComponentModel.Browsable(true)>]
member this.FileDownload : EventHandler<Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.FileDownloadEventArgs> 
Public Custom Event FileDownload As EventHandler(Of FileDownloadEventArgs) 

Event Type

Attributes

Remarks

If a file download dialog box can be displayed, this event fires prior to the appearance of the dialog box.

Applies to