C# Class WebKit.ShowJavaScriptAlertPanelEventArgs

Provides data for the WebKitBrowser.ShowJavaScriptAlertPanel event.
Inheritance: System.EventArgs
Show file Open project: ExpressoBrowser/ExpressoBrowser Class Usage Examples

Public Methods

Method Description
ShowJavaScriptAlertPanelEventArgs ( string message ) : System

Initializes a new instance of the ShowJavaScriptAlertPanelEventArgs class.

Method Details

ShowJavaScriptAlertPanelEventArgs() public method

Initializes a new instance of the ShowJavaScriptAlertPanelEventArgs class.
public ShowJavaScriptAlertPanelEventArgs ( string message ) : System
message string The message to be shown in the alert panel.
return System