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