C# Class WebKit.ShowJavaScriptConfirmPanelEventArgs

Provides data for the WebKitBrowser.ShowJavaScriptConfirmPanel event.
Inheritance: System.EventArgs
Afficher le fichier Open project: ExpressoBrowser/ExpressoBrowser Class Usage Examples

Méthodes publiques

Méthode Description
ShowJavaScriptConfirmPanelEventArgs ( string message ) : System

Initializes a new instance of the ShowJavaScriptConfirmPanelEventArgs class.

Method Details

ShowJavaScriptConfirmPanelEventArgs() public méthode

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