IBcfUndoRedoItemValueChanged Interface |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel.UndoRedo
The IBcfUndoRedoItemValueChanged type exposes the following members.
| Name | Description | |
|---|---|---|
| CellId |
Gets the cell identifier.
| |
| ShouldSerialize |
Gets a value indicating this IBcfUndoRedoItem should be serialized.
(Inherited from IBcfUndoRedoItem.) |
| Name | Description | |
|---|---|---|
| GetState |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
(Inherited from IBcfUndoRedoItem.) | |
| IsDataUpdate |
Gets a value indicating the operation updates serializable data.
(Inherited from IBcfUndoRedoItem.) | |
| OnDiscard |
Called when the item goes out of scope.
(Inherited from IBcfUndoRedoItem.) | |
| Redo |
Restores the modified state
(Inherited from IBcfUndoRedoItem.) | |
| Undo |
Restores the original state
(Inherited from IBcfUndoRedoItem.) |