Click or drag to resize

EvaluateParameterHandler Delegate

[Missing <summary> documentation for "T:Stimulsoft.Data.Expressions.NCalc.EvaluateParameterHandler"]

Namespace:  Stimulsoft.Data.Expressions.NCalc
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public delegate void EvaluateParameterHandler(
	string name,
	ParameterArgs args
)

Parameters

name
Type: SystemString
args
Type: Stimulsoft.Data.Expressions.NCalcParameterArgs
See Also