C# Class Skybound.Gecko.GeckoHistoryGotoIndexEventArgs

Provides data for the GeckoHistoryGotoIndexEventHandler event.
Inheritance: GeckoHistoryEventArgs
Show file Open project: tophatmonocle/DirtyGecko Class Usage Examples

Public Methods

Method Description
GeckoHistoryGotoIndexEventArgs ( Uri url, int index ) : System

Creates a new instance of a GeckoHistoryGotoIndexEventArgs object.

Method Details

GeckoHistoryGotoIndexEventArgs() public method

Creates a new instance of a GeckoHistoryGotoIndexEventArgs object.
public GeckoHistoryGotoIndexEventArgs ( Uri url, int index ) : System
url System.Uri
index int
return System