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

GeckoHistoryGotoIndexEventArgs() public method

Creates a new instance of a GeckoHistoryGotoIndexEventArgs object.
public GeckoHistoryGotoIndexEventArgs ( Uri url, int index ) : System
url System.Uri
index int
return System
        public GeckoHistoryGotoIndexEventArgs(Uri url, int index)
            : base(url)
        {
            _Index = index;
        }
GeckoHistoryGotoIndexEventArgs