Skip to content

JSActionCallback delegate

Represents a low-level void function or method call or callback from JavaScript into .NET.

C#
public delegate void JSActionCallback(JSCallbackArgs args);
parameterdescription
argsProvides access to the arguments for the call, along with the this argument and an optional context object.

See Also

Released under the MIT license