Version

FormulaErrorEventArgs Class Members

The following tables list the members exposed by FormulaErrorEventArgs.

Public Constructors
 NameDescription
Public ConstructorFormulaErrorEventArgs ConstructorCreates an instance of the FormulaErrorEventArgs in anticipation of being thrown in response to a formula error occuring during a calculation.  
Public Properties
 NameDescription
Public PropertyContextContext identifying an underlying domain-specific object where the error has occurred. (Inherited from Infragistics.WebUI.CalcEngine.FormulaErrorBaseEventArgs)
Public PropertyControlGets the target WebControl this error is directed to.  
Public PropertyErrorDisplayValueProvides access to the ErrorDisplayValue that determines the displayed value to the end user.  
Public PropertyErrorValueError value intended for storage in the reference object. (Inherited from Infragistics.WebUI.CalcEngine.FormulaErrorBaseEventArgs)
Protected Properties
 NameDescription
Protected PropertyErrDisplayError value intended for display by the reference object. (Inherited from Infragistics.WebUI.CalcEngine.FormulaErrorBaseEventArgs)
See Also