Xwt.WebView.OnLoading C# (CSharp) Method

OnLoading() protected method

protected OnLoading ( EventArgs e ) : void
e System.EventArgs
return void
		protected virtual void OnLoading (EventArgs e)
		{
			if (loading != null)
				loading (this, e);
		}