Version

ValueDirtiedAction Enumeration

Indicates which type of action took place to dirty the calculation network.
Syntax
'Declaration
 
Public Enum ValueDirtiedAction 
   Inherits System.Enum
public enum ValueDirtiedAction : System.Enum 
Members
MemberDescription
FormulaAddedA Formula was added to the calculation network.
FormulaRemovedA Formula was removed from the calculation network.
ReferenceAddedA reference was added to the calculation network.
ReferenceRemovedA reference was removed from the calculation network. Note that in this case the formula associated with the reference is also removed.
RowReferenceAddedA row reference was added to the calculation network. A row reference is differnet from a regular reference because it refers to an item in a collection such as an UltraGridRow.
RowReferenceRemovedA row reference was removed from the calculation network. Note that in this case the formula associated with the reference is also removed. A row reference is different from a regular reference because it refers to an item in a collection such as an UltraGridRow.
RowsCollectionReferenceResynchedA rows collection reference was resynched.
RowsCollectionReferenceSortedA rows collection reference was sorted.
RowsCollectionVisibilityChangedThe visibility of a row or rows in a rows collection has changed.
ValueChangedA Value in the calculation network has changed.
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