'Declaration Public Enum ValueDirtiedAction Inherits System.Enum
public enum ValueDirtiedAction : System.Enum
Member | Description |
---|---|
FormulaAdded | A Formula was added to the calculation network. |
FormulaRemoved | A Formula was removed from the calculation network. |
ReferenceAdded | A reference was added to the calculation network. |
ReferenceRemoved | A reference was removed from the calculation network. Note that in this case the formula associated with the reference is also removed. |
RowReferenceAdded | A 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. |
RowReferenceRemoved | A 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. |
RowsCollectionReferenceResynched | A rows collection reference was resynched. |
RowsCollectionReferenceSorted | A rows collection reference was sorted. |
RowsCollectionVisibilityChanged | The visibility of a row or rows in a rows collection has changed. |
ValueChanged | A Value in the calculation network has changed. |
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