DownloadBegin Event

WebKit .NET

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

Occurs when the WebKitBrowser control begins a file download, before any data has been transferred.

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

Syntax

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

See Also