Table of Contents
WebView.DownloadUpdated Event

Occurs to provide updated download information.

Syntax
 public event DownloadEventHandler DownloadUpdated;
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