Table of Contents
WebView.JSExtInvoke Event

Occurs when JavaScript code calls an extension function.

Syntax
 public event JSExtInvokeHandler JSExtInvoke;
Remarks

See here for more information on how to use JavaScript extension.

See Also