C# Класс WebKit.NewWindowCreatedEventArgs

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

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

Метод Описание
NewWindowCreatedEventArgs ( WebKitBrowser browser ) : System

Initializes a new instance of the NewWindowCreatedEventArgs class.

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

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

Initializes a new instance of the NewWindowCreatedEventArgs class.
public NewWindowCreatedEventArgs ( WebKitBrowser browser ) : System
browser WebKitBrowser The WebKitBrowser showing the contents of the new window.
Результат System