C# Class WebKit.WebKitBrowserErrorEventArgs

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

Méthodes publiques

Méthode Description
WebKitBrowserErrorEventArgs ( string Description ) : System

Initializes a new instance of the WebKitBrowserErrorEventArgs class.

Method Details

WebKitBrowserErrorEventArgs() public méthode

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