C# Class WebKit.DownloadStartedEventArgs

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

Méthodes publiques

Méthode Description
DownloadStartedEventArgs ( string SuggestedFileName, long FileSize ) : System

Initializes a new instance of the DownloadStartedEventArgs class.

Method Details

DownloadStartedEventArgs() public méthode

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.
Résultat System