DownloadReceiveData Event

WebKit .NET

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

Occurs when file data arrives.

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

Syntax

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

See Also