C# Class WebKit.ShowJavaScriptPromptBeforeUnloadEventArgs

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

Méthodes publiques

Méthode Description
ShowJavaScriptPromptBeforeUnloadEventArgs ( string message ) : System

Initializes a new instance of the ShowJavaScriptConfirmPanelEventArgs class.

Method Details

ShowJavaScriptPromptBeforeUnloadEventArgs() public méthode

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