コード例 #1
0
 private void wbBrowser_JavaScriptFunctionCalled(object sender, WebExplorerJavaScriptFunctionEventArgs e)
 {
     if (JavaScriptFunctionCalled != null)
         JavaScriptFunctionCalled(this, e);
 }
コード例 #2
0
 private void wbExplorer_JavaScriptFunctionCalled(object sender, WebExplorerJavaScriptFunctionEventArgs e)
 {
     TreatJavaScript(e.Argument);
 }