Click or drag to resize
Grid Solutions Framework

DynamicCalculatorHandleCalculatedValue Method

Handler for the values calculated by the DynamicCalculator.

Namespace: DynamicCalculator
Assembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.182-beta
Syntax
protected virtual void HandleCalculatedValue(
	Object value
)
View Source

Parameters

value  Object
The value calculated by the DynamicCalculator.
See Also