Automobile.Mobile.iOS.Automation.iOSWebClient.LoadStarted C# (CSharp) Метод

LoadStarted() приватный Метод

Called when a page starts loading
private LoadStarted ( object o, EventArgs args ) : void
o object
args System.EventArgs
Результат void
        private void LoadStarted(object o, EventArgs args)
        {
            _timer.Stop();
            LoadTrigger.Reset();
            _starts++;
        }