C# Class WebKit.ShowJavaScriptAlertPanelEventArgs

Provides data for the WebKitBrowser.ShowJavaScriptAlertPanel event.
Inheritance: System.EventArgs
ファイルを表示 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