 | BcfUndoSerializationServiceCreateValueChangedItem Method |
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Namespace:
CalculationWorks.BusinessModel.UndoRedo
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxprotected abstract IBcfUndoRedoItemValueChanged CreateValueChangedItem(
BcfCellId cellId,
Object oldValue,
Object newValue
)
Protected MustOverride Function CreateValueChangedItem (
cellId As BcfCellId,
oldValue As Object,
newValue As Object
) As IBcfUndoRedoItemValueChanged
Parameters
- cellId
- Type: CalculationWorks.BusinessModelBcfCellId
The identifier of the updated cell. - oldValue
- Type: SystemObject
The value before update. - newValue
- Type: SystemObject
The value after update.
Return Value
Type:
IBcfUndoRedoItemValueChangedThe new item.
See Also