Version

FormulaErrorEventArgs Class

Event arguments for the _CALCMANAGER_.FormulaError event.
Syntax
'Declaration
 
Public Class FormulaErrorEventArgs 
   Inherits Infragistics.WebUI.CalcEngine.FormulaErrorBaseEventArgs
public class FormulaErrorEventArgs : Infragistics.WebUI.CalcEngine.FormulaErrorBaseEventArgs 
Remarks

An instance of the FormulaErrorEventArgs is created and thrown following a formula error during computational processing by the calculation engine. At the time a developer handles the FormulaError event on the _CALCMANAGER_, it is too late to remediate the error. However, the developer may take action based on notification of an error's having taken place. Additionally, the developer may modify the ErrorDisplayValue to affect the manner in which the error is presented to the end user.

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