Search
EvaluateFunctionEventObject Members
Constructors Methods
 


Raised when a function cannot be resolved by the EvaluationContext to allow clients to evaluate it.

The following tables list the members exposed by the EvaluateFunctionEventObject type.

 Public Constructors

  Name Description

EvaluateFunctionEventObject

Initializes a new instance of the EvaluateFunctionEventObject class.

 Public Methods

  Name Description

getArguments

Gets the list of the function's arguments.

getIsEvaluated

Gets a value indicating whether the function has been evaluated.

getName

Gets the name of the function to evaluate.

getParam

Gets the user-defined object set to the SimpleEvaluationContext.getDispatchFunctionParam.

getResult

Gets the result of the function evaluation. An attempt to get this value before it was set results in an exception.

setResult

Gets the result of the function evaluation.

 See Also