Search
SimpleEvaluationContextListener.dispatchFunctionCall Method
See Also
 






Raised when a function name cannot be recognized one of the built-in functions, to allow clients to evaluate the function call.

Namespace: com.mindfusion.scripting
Package: com.mindfusion.scripting

 Syntax

Java  Copy Code

void dispatchFunctionCall (
    EvaluateFunctionEventObject e
)

 Parameters

e

 See Also