Table of Contents
WebView.DownloadCompleted Event

Occurs when a download has completed.

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