[This is preliminary documentation and is subject to change.]

Occurs when the file is downloaded successfully.

Namespace:  WebKit
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public event DownloadFinishedEventHandler DownloadFinished
Visual Basic (Declaration)
Public Event DownloadFinished As DownloadFinishedEventHandler
Visual C++
public:
 event DownloadFinishedEventHandler^ DownloadFinished {
	void add (DownloadFinishedEventHandler^ value);
	void remove (DownloadFinishedEventHandler^ value);
}

See Also