C# Class WebKit.DownloadReceiveDataEventArgs

Provides data for the WebKitDownload.DownloadReceiveData event.
Inheritance: System.EventArgs
Show file Open project: davejohnson/webkit-dot-net Class Usage Examples

Public Methods

Method Description
DownloadReceiveDataEventArgs ( uint Length ) : System

Initializes a new instance of the DownloadReceiveDataEventArgs class.

Method Details

DownloadReceiveDataEventArgs() public method

Initializes a new instance of the DownloadReceiveDataEventArgs class.
public DownloadReceiveDataEventArgs ( uint Length ) : System
Length uint The length of the data received in bytes.
return System