Table of Contents
WebView.DownloadCanceled Event

Occurs when a download has been canceled.

Syntax
 public event DownloadEventHandler DownloadCanceled;
Event Data

The event handler receives an argument of type DownloadEventArgs containing data related to this event. The following DownloadEventArgs property provides information specific to this event.

Name Description
Item Gets the DownloadItem object.
See Also