Beispiel #1
0
		internal protected virtual void OnLoadEnd(LoadEndEventArgs e)
		{
			if (LoadEnd != null)
				LoadEnd(this, e);
		}
        void _webView_LoadEnd(object sender, LoadEndEventArgs e)
        {
            if (_disposed)
                return;

            // Start the timer
            base.StartTimer();
        }
		internal protected virtual void OnLoadEnd(LoadEndEventArgs e)
		{
			if (LoadEnd != null)
				LoadEnd(this, e);
		}