Version

CalcManagerEventIds Enumeration

Uniquely identifies each UltraCalcManager event.
Syntax
'Declaration
 
Public Enum CalcManagerEventIds 
   Inherits System.Enum
public enum CalcManagerEventIds : System.Enum 
Members
MemberDescription
CalculationsCompletedEvent id that identifies UltraCalcManager.CalculationsCompleted event.
FormatValueEvent id that identifies UltraCalcManager.FormatValue event.
FormulaCalculationErrorEvent id that identifies UltraCalcManager.FormulaCalculationError event.
FormulaCircularityErrorEvent id that identifies UltraCalcManager.FormulaCircularityError event.
FormulaReferenceErrorEvent id that identifies UltraCalcManager.FormulaReferenceError event.
FormulaSyntaxErrorEvent id that identifies UltraCalcManager.FormulaSyntaxError event.
NamedReferenceResultChangedEvent id that identifies UltraCalcManager.NamedReferenceResultChanged event.
ParseValueEvent id that identifies UltraCalcManager.ParseValue event.
ValueDirtiedEvent id that identifies UltraCalcManager.ValueDirtied event.
Remarks

This enumeration is used to specify an event when calling the CalcManagerEventManager.SetEnabled method.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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