Skybound.Gecko.GeckoNavigatingEventArgs.GeckoNavigatingEventArgs C# (CSharp) Méthode

GeckoNavigatingEventArgs() public méthode

Creates a new instance of a GeckoNavigatingEventArgs object.
public GeckoNavigatingEventArgs ( Uri value ) : System
value System.Uri
Résultat System
        public GeckoNavigatingEventArgs(Uri value)
        {
            _Uri = value;
        }
GeckoNavigatingEventArgs