Version

CalcManagerEventIds Enumeration

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

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