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
C#
![]() |
---|
public event EventHandler<EvaluateFunctionEventArgs> DispatchFunctionCall |
Visual Basic
![]() |
---|
Public Event DispatchFunctionCall As EventHandler(Of EvaluateFunctionEventArgs) |
DispatchFunctionCall event handlers receive an argument of type EvaluateFunctionEventArgs.