C# Class WebKit.ShowJavaScriptPromptBeforeUnloadEventArgs

Provides data for the WebKitBrowser.ShowJavaScriptAlertPanel event.
Inheritance: System.EventArgs
Show file Open project: Erls-Corporation/open-webkit-sharp Class Usage Examples

Public Methods

Method Description
ShowJavaScriptPromptBeforeUnloadEventArgs ( string message ) : System

Initializes a new instance of the ShowJavaScriptConfirmPanelEventArgs class.

Method Details

ShowJavaScriptPromptBeforeUnloadEventArgs() public method

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