C# Класс Skybound.Gecko.GeckoHistoryGotoIndexEventArgs

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

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

Метод Описание
GeckoHistoryGotoIndexEventArgs ( Uri url, int index ) : System

Creates a new instance of a GeckoHistoryGotoIndexEventArgs object.

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

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

Creates a new instance of a GeckoHistoryGotoIndexEventArgs object.
public GeckoHistoryGotoIndexEventArgs ( Uri url, int index ) : System
url System.Uri
index int
Результат System