Version

FormulaCircularityError Event

Fired any time a formula attempts to reference itself either directly or indirectly.
Syntax
'Declaration
 
Public Event FormulaCircularityError As FormulaCircularityErrorEventHandler
public event FormulaCircularityErrorEventHandler FormulaCircularityError
Event Data

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

PropertyDescription
Context (Inherited from Infragistics.WebUI.CalcEngine.FormulaErrorEventArgsBase)Gets the context for the formula error.
DisplayErrorMessage Gets / sets whether an error message is displayed to the end user.
ErrorDisplayText (Inherited from Infragistics.WebUI.CalcEngine.FormulaErrorEventArgsBase)Returns or sets the error message to display.
Remarks

FormulaCircularityError is fired any time a formula attempts to reference itself either directly or indirectly.

Circular references cannot be resolved by the _CALCMANAGER_ and so no calculations involving circular references will be performed.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, 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