DownloadStartedEventArgs Constructor

WebKit .NET

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

Initializes a new instance of the DownloadStartedEventArgs class.

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

Syntax

C#
public DownloadStartedEventArgs(
	string suggestedFileName,
	long fileSize
)
Visual Basic (Declaration)
Public Sub New ( _
	suggestedFileName As String, _
	fileSize As Long _
)
Visual C++
public:
DownloadStartedEventArgs(
	String^ suggestedFileName, 
	long long fileSize
)

Parameters

suggestedFileName
Type: System..::.String
The suggested name for the destination file.
fileSize
Type: System..::.Int64
The file size in bytes.

See Also