C# Class WebKit.DownloadStartedEventArgs

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

Public Methods

Method Description
DownloadStartedEventArgs ( string SuggestedFileName, long FileSize ) : System

Initializes a new instance of the DownloadStartedEventArgs class.

Method Details

DownloadStartedEventArgs() public method

Initializes a new instance of the DownloadStartedEventArgs class.
public DownloadStartedEventArgs ( string SuggestedFileName, long FileSize ) : System
SuggestedFileName string The suggested name for the destination file.
FileSize long The file size in bytes.
return System