C# Class WebKit.FileDownloadBeginEventArgs

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

Méthodes publiques

Méthode Description
FileDownloadBeginEventArgs ( WebKitDownload Download ) : System

Initializes a new instance of the FileDownloadBeginEventArgs class.

Method Details

FileDownloadBeginEventArgs() public méthode

Initializes a new instance of the FileDownloadBeginEventArgs class.
public FileDownloadBeginEventArgs ( WebKitDownload Download ) : System
Download WebKitDownload A WebKitDownload representing the download.
Résultat System