Version

RaiseFormulaError Method

Used to notify the CalcManager that a calculation or reference error has occurred. Underlying implementation may use this to raise an event, for example the XamCalculationManager.FormulaReferenceError or XamCalculationManager.FormulaSyntaxError events of the XamCalculationManager.
Syntax

Parameters

reference
The Infragistics.Calculations.Engine.ICalculationReference associated with the formula.
errorInfo
The Infragistics.Calculations.Engine.CalculationErrorValue describing the error.
defaultReplacementValue
The value that will be used set on the target object. For example, if the formula is on a control, this is the value that will be set on it.

Return Value

The FormulaCalculationErrorEventArgs created from the specified parameters.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also