Skybound.Gecko.GeckoNavigatingEventArgs.GeckoNavigatingEventArgs C# (CSharp) Method

GeckoNavigatingEventArgs() public method

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