 | BcfUndoSerializationServiceCreateValueChangedItem3 Method |
[This is preliminary documentation and is subject to change.]
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.0.0-beta7
Syntaxprotected abstract IBcfUndoRedoItemValueChanged CreateValueChangedItem3(
BcfCellId cellId,
Object oldValue,
Object newValue,
Object oldSurrogate,
Object newSurrogate
)
Protected MustOverride Function CreateValueChangedItem3 (
cellId As BcfCellId,
oldValue As Object,
newValue As Object,
oldSurrogate As Object,
newSurrogate 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. - oldSurrogate
- Type: SystemObject
The surrogate of oldValue - newSurrogate
- Type: SystemObject
The surrogate of newValue
Return Value
Type:
IBcfUndoRedoItemValueChangedThe new item.
See Also