Contains the arguments passed to DispatchFunctionCall event handlers.
The following tables list the members exposed by the EvaluateFunctionEventArgs type.
Name | Description | |
---|---|---|
Initializes a new instance of the EvaluateFunctionEventArgs class. |
Name | Description | |
---|---|---|
Gets the list of the function's arguments. |
||
Gets the name of the function to evaluate. |
||
Gets the user-defined object set to the EvaluationContext.DispatchFunctionParam. |
||
Gets or sets the result of the function evaluation. An attempt to get the value of this property before it was set results in an exception. |