Version

UltraCalcManager Class Events

For a list of all members of this type, see UltraCalcManager members.

Public Events
 NameDescription
Public EventCalculationsCompletedFired after all calculations are complete.  
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventFormatValueFired before a CalcSettings sets a value on a control  
Public EventFormulaCalculationErrorFired any time the attempt to calculate a formula results in an error.  
Public EventFormulaCircularityErrorFired any time a formula attempts to reference itself either directly or indirectly.  
Public EventFormulaReferenceErrorFired when calculating the formula involves referencing an object that could not be found.  
Public EventFormulaSyntaxErrorFired when parsing the formula expression fails because the expression contains typographical errors or uses operators incorrectly.  
Public EventNamedReferenceResultChangedFired after a NamedReference value has changed.  
Public EventParseValueFired when a CalcSetting retrieves a value from a control  
Public EventPropertyChanged (Inherited from Infragistics.Win.UltraComponentBase)
Public EventValueDirtiedFired any time a value referenced by a Formula is dirtied.  
See Also