DotNetBrowser
1.21.5
|
Represents a function that can be invoked from JavaScript side. More...
Public Member Functions | |
JSValue | invoke (params JSValue[] args) |
This method is invoked when an appropriate JavaScript function is invoked on JavaScript side. More... | |
Represents a function that can be invoked from JavaScript side.
This method is invoked when an appropriate JavaScript function is invoked on JavaScript side.
args | args the JavaScript arguments converted to .NET types. |