C# Class Skybound.Gecko.GeckoHistoryEventArgs

Provides data for the GeckoHistoryEventHandler event.
Inheritance: System.EventArgs
Afficher le fichier Open project: tophatmonocle/DirtyGecko Class Usage Examples

Méthodes publiques

Méthode Description
GeckoHistoryEventArgs ( Uri url ) : System

Creates a new instance of a GeckoHistoryEventArgs object.

Method Details

GeckoHistoryEventArgs() public méthode

Creates a new instance of a GeckoHistoryEventArgs object.
public GeckoHistoryEventArgs ( Uri url ) : System
url System.Uri
Résultat System