C# Class WebKit.ShowJavaScriptAlertPanelEventArgs

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

Méthodes publiques

Méthode Description
ShowJavaScriptAlertPanelEventArgs ( string message ) : System

Initializes a new instance of the ShowJavaScriptAlertPanelEventArgs class.

Method Details

ShowJavaScriptAlertPanelEventArgs() public méthode

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