csExWB.DocumentCompleteEventArgs.Reset C# (CSharp) Méthode

Reset() public méthode

public Reset ( ) : void
Résultat void
        public void Reset()
        {
            this.browser = null;
            this.url = string.Empty;
            this.istoplevel = false;
        }