C# Class WebKit.ShowJavaScriptConfirmPanelEventArgs

Provides data for the WebKitBrowser.ShowJavaScriptConfirmPanel event.
Inheritance: System.EventArgs
Exibir arquivo Open project: ExpressoBrowser/ExpressoBrowser Class Usage Examples

Public Methods

Method Description
ShowJavaScriptConfirmPanelEventArgs ( string message ) : System

Initializes a new instance of the ShowJavaScriptConfirmPanelEventArgs class.

Method Details

ShowJavaScriptConfirmPanelEventArgs() public method

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