コード例 #1
0
ファイル: CefWebBrowser.cs プロジェクト: bryanrsmith/CefGlue
 internal protected virtual void OnLoadStart(LoadStartEventArgs e)
 {
     if (LoadStarted != null)
     {
         LoadStarted(this, e);
     }
 }
コード例 #2
0
ファイル: CefWebBrowser.cs プロジェクト: rajsite/lvcef
		internal protected virtual void OnLoadStart(LoadStartEventArgs e)
		{
			if (LoadStarted != null)
				LoadStarted(this, e);
		}