C# Class WebKit.WebKitBrowserErrorEventArgs

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

Public Methods

Method Description
WebKitBrowserErrorEventArgs ( string Description ) : System

Initializes a new instance of the WebKitBrowserErrorEventArgs class.

Method Details

WebKitBrowserErrorEventArgs() public method

Initializes a new instance of the WebKitBrowserErrorEventArgs class.
public WebKitBrowserErrorEventArgs ( string Description ) : System
Description string A description of the error that occurred.
return System