Version

FormulaSyntaxError Event

Raised when a formula has a syntax error.
Syntax
'Declaration
 
Public Event FormulaSyntaxError As EventHandler(Of FormulaSyntaxErrorEventArgs)
public event EventHandler<FormulaSyntaxErrorEventArgs> 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.Calculations.FormulaErrorEventArgsBase)Gets the context for the formula error.
ErrorDisplayText (Inherited from Infragistics.Calculations.FormulaErrorEventArgsBase)Returns or sets the error message to display.
Remarks

FormulaSyntaxError event is raised when a formula is added to the calculation network which contains one or more errors.

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