'Declaration Public Event FormulaReferenceError As FormulaCalculationErrorEventHandler
public event FormulaCalculationErrorEventHandler FormulaReferenceError
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.
Property | Description |
---|---|
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. |
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..
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