Version

CalculationResult Class

Contains a CalculationValue object and sends notifications when its changed.
Syntax
'Declaration
 
Public Class CalculationResult 
   Inherits Infragistics.PropertyChangeNotifier
public class CalculationResult : Infragistics.PropertyChangeNotifier 
Remarks

Purpose of this object is to provide a result of a calculation in ListCalculator or ItemCalculator that will send notifications when the calculated value changes. For example, with a "[A] + [B]" calculation in an ItemCalculator, when either A or B property is changed on the underlying data item, CalculationResult object obtained via ItemCalculator's ItemCalculator.Results dictionary will have its Value property be automatically changed to reflect the new result and the appropriate PropertyChanged notification will be sent out. This is helpful when one wants to bind to the result of a calculation.

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