Version

FormulaReferenceError Event

Raised when a reference within a formula cannot be resolved.
Syntax
'Declaration
 
Public Event FormulaReferenceError As EventHandler(Of FormulaReferenceErrorEventArgs)
public event EventHandler<FormulaReferenceErrorEventArgs> FormulaReferenceError
Event Data

The event handler receives an argument of type FormulaReferenceErrorEventArgs containing data related to this event. The following FormulaReferenceErrorEventArgs properties provide information specific to this event.

PropertyDescription
Context (Inherited from Infragistics.Calculations.FormulaErrorEventArgsBase)Gets the context for the formula error.
ErrorDisplayText (Inherited from Infragistics.Calculations.FormulaErrorEventArgsBase)Returns or sets the error message to display.
ErrorInfo (Inherited from Infragistics.Calculations.FormulaCalculationErrorEventArgs)Gets the Infragistics.Calculations.Engine.CalculationErrorValue.
ErrorValue (Inherited from Infragistics.Calculations.FormulaCalculationErrorEventArgs)Gets the value that's in error.
Remarks

FormulaReferenceError event is raised when a formula references a source which cannot be found in the calculation network.

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