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