C# Класс WebKit.ShowJavaScriptAlertPanelEventArgs

Provides data for the WebKitBrowser.ShowJavaScriptAlertPanel event.
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ShowJavaScriptAlertPanelEventArgs ( string message ) : System

Initializes a new instance of the ShowJavaScriptAlertPanelEventArgs class.

Описание методов

ShowJavaScriptAlertPanelEventArgs() публичный Метод

Initializes a new instance of the ShowJavaScriptAlertPanelEventArgs class.
public ShowJavaScriptAlertPanelEventArgs ( string message ) : System
message string The message to be shown in the alert panel.
Результат System