csExWB.DocumentCompleteEventArgs.Reset C# (CSharp) Метод

Reset() публичный Метод

public Reset ( ) : void
Результат void
        public void Reset()
        {
            this.browser = null;
            this.url = string.Empty;
            this.istoplevel = false;
        }