C# Class WebKit.FileDownloadBeginEventArgs

Provides data for the WebKitBrowser.FileDownloadBegin event.
Inheritance: System.EventArgs
ファイルを表示 Open project: davejohnson/webkit-dot-net Class Usage Examples

Public Methods

Method Description
FileDownloadBeginEventArgs ( WebKitDownload Download ) : System

Initializes a new instance of the FileDownloadBeginEventArgs class.

Method Details

FileDownloadBeginEventArgs() public method

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