csExWB.DocumentCompleteEventArgs.SetParameters C# (CSharp) Method

SetParameters() public method

public SetParameters ( object Browser, string Url, bool IsTopLevel ) : void
Browser object
Url string
IsTopLevel bool
return void
        public void SetParameters(object Browser, string Url, bool IsTopLevel)
        {
            this.browser = Browser;
            this.url = Url;
            this.istoplevel = IsTopLevel;
        }