Version

FormulaSyntaxError Event

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

The event handler receives an argument of type FormulaSyntaxErrorEventArgs containing data related to this event. The following FormulaSyntaxErrorEventArgs 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

FormulaSyntaxError 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