C# Class WebKit.ShowJavaScriptPromptPanelEventArgs

Provides data for the WebKitBrowser.ShowJavaScriptPromptPanel event.
Inheritance: System.EventArgs
Datei anzeigen Open project: ExpressoBrowser/ExpressoBrowser Class Usage Examples

Public Methods

Method Description
ShowJavaScriptPromptPanelEventArgs ( string message, string defaultValue ) : System

Initializes a new instance of the ShowJavaScriptConfirmPanelEventArgs class.

Method Details

ShowJavaScriptPromptPanelEventArgs() public method

Initializes a new instance of the ShowJavaScriptConfirmPanelEventArgs class.
public ShowJavaScriptPromptPanelEventArgs ( string message, string defaultValue ) : System
message string The message to be shown in the prompt panel.
defaultValue string The default value to be shown in the prompt panel.
return System