C# Класс WebKit.NewWindowRequestEventArgs

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

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

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

Initializes a new instance of the NewWindowRequestEventArgs class.

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

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

Initializes a new instance of the NewWindowRequestEventArgs class.
public NewWindowRequestEventArgs ( string Url ) : System
Url string The Url that the new window will attempt to navigate to.
Результат System