C# Класс WebKit.ShowJavaScriptPromptPanelEventArgs

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

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

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

Initializes a new instance of the ShowJavaScriptConfirmPanelEventArgs class.

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

ShowJavaScriptPromptPanelEventArgs() публичный метод

Initializes a new instance of the ShowJavaScriptConfirmPanelEventArgs class.
public ShowJavaScriptPromptPanelEventArgs ( string message, string defaultValue ) : System
message string The message to be shown in the prompt panel.
defaultValue string The default value to be shown in the prompt panel.
Результат System