Raised by the EvaluationContext when a function name cannot be recognized as one of the built-in functions to allow clients to evaluate the function call.
Namespace: MindFusion.Scripting
Assembly: MindFusion.Scripting
SyntaxC#
Copy Code
|
|---|
public event EventHandler<EvaluateFunctionEventArgs> DispatchFunctionCall |
Visual Basic
Copy Code
|
|---|
Public Event DispatchFunctionCall As EventHandler(Of EvaluateFunctionEventArgs) |
Event DataDispatchFunctionCall event handlers receive an argument of type EvaluateFunctionEventArgs.
See Also