Table of Contents
WebView.BeforeDownload Event

Occurs before a download begins.

Syntax
 public event BeforeDownloadHandler BeforeDownload;
Event Data

The event handler receives an argument of type BeforeDownloadEventArgs containing data related to this event. The following BeforeDownloadEventArgs properties provide information specific to this event.

Name Description
FilePath Gets or sets the path where the download should be saved.
ItemGets the DownloadItem object.
ShowDialog Gets or sets a value indicating whether the browser engine should display a dialog asking user whether to save the file.
See Also