DownloadReceiveDataEventArgs Constructor

WebKit .NET

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

Initializes a new instance of the DownloadReceiveDataEventArgs class.

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

Syntax

C#
public DownloadReceiveDataEventArgs(
	uint length
)
Visual Basic (Declaration)
Public Sub New ( _
	length As UInteger _
)
Visual C++
public:
DownloadReceiveDataEventArgs(
	unsigned int length
)

Parameters

length
Type: System..::.UInt32
The length of the data received in bytes.

See Also