Version

CalculationEngineAction Enumeration

Enum used for specifying the first paramter to Infragistics.Calculations.ICalculationManager.PerformAction method.
Syntax
'Declaration
 
Public Enum CalculationEngineAction 
   Inherits System.Enum
public enum CalculationEngineAction : System.Enum 
Members
MemberDescription
AddReferenceToRecalcChainThe data parameter is the ICalculationReference instance to add to the recalc chain. This action has no return value.
RecalcRecalc action. The data parameter is the ticks parameter (must be long type) to the Recalc method of the calc engine. The return value is a boolean indicating whether there is more to recalc.
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