C# Класс WebKit.WebKitBrowserErrorEventArgs

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

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

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

Initializes a new instance of the WebKitBrowserErrorEventArgs class.

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

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

Initializes a new instance of the WebKitBrowserErrorEventArgs class.
public WebKitBrowserErrorEventArgs ( string Description ) : System
Description string A description of the error that occurred.
Результат System