Charting for WinForms Programmer's Guide
EvaluateFunctionEventArgs Members
Constructors Properties
 


Contains the arguments passed to DispatchFunctionCall event handlers.

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

 Public Constructors

  Name Description

EvaluateFunctionEventArgs

Initializes a new instance of the EvaluateFunctionEventArgs class.

 Public Properties

  Name Description

Arguments

Gets the list of the function's arguments.

Name

Gets the name of the function to evaluate.

Param

Gets the user-defined object set to the EvaluationContext.DispatchFunctionParam.

Result

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.

 See Also

EvaluateFunctionEventArgs Class
MindFusion.Scripting Namespace