C# Class Skybound.Gecko.GeckoNavigatingEventArgs

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

Méthodes publiques

Méthode Description
GeckoNavigatingEventArgs ( Uri value ) : System

Creates a new instance of a GeckoNavigatingEventArgs object.

Method Details

GeckoNavigatingEventArgs() public méthode

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