Version

FormulaReferenceError Event

Fired any time the attempt to calculate a formula results in an error.
Syntax
'Declaration
 
Public Event FormulaReferenceError As FormulaCalculationErrorEventHandler
public event FormulaCalculationErrorEventHandler FormulaReferenceError
Event Data

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

PropertyDescription
Context (Inherited from Infragistics.WebUI.CalcEngine.FormulaErrorEventArgsBase)Gets the context for the formula error.
ErrorDisplayIcon The icon used to indicate that an error has occurred.
ErrorDisplayText (Inherited from Infragistics.WebUI.CalcEngine.FormulaErrorEventArgsBase)Returns or sets the error message to display.
ErrorInfo Gets the UltraCalcErrorValue.
ErrorValue Gets the UltraCalcErrorValue.
Remarks

FormulaReferenceError event is fired any time the attempt to calcuate a formula results in an error, whether it be a reference, syntax, or mathematical error..

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