Version

FormulaCircularityError Event

Raised when a circular reference is detected in a formula.
Syntax
'Declaration
 
Public Event FormulaCircularityError As EventHandler(Of FormulaCircularityErrorEventArgs)
public event EventHandler<FormulaCircularityErrorEventArgs> 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.Calculations.FormulaErrorEventArgsBase)Gets the context for the formula error.
DisplayErrorMessage Gets / sets whether to display an error message to the user.
ErrorDisplayText (Inherited from Infragistics.Calculations.FormulaErrorEventArgsBase)Returns or sets the error message to display.
Remarks

FormulaCircularityError event is raised when it is determined that a formula references itself, either directly or indirectly.

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