C# Class Skybound.Gecko.GeckoHistoryEventArgs

Provides data for the GeckoHistoryEventHandler event.
Inheritance: System.EventArgs
显示文件 Open project: tophatmonocle/DirtyGecko Class Usage Examples

Public Methods

Method Description
GeckoHistoryEventArgs ( Uri url ) : System

Creates a new instance of a GeckoHistoryEventArgs object.

Method Details

GeckoHistoryEventArgs() public method

Creates a new instance of a GeckoHistoryEventArgs object.
public GeckoHistoryEventArgs ( Uri url ) : System
url System.Uri
return System