Click or drag to resize

IBcfUndoRedoItemUndo Method

[This is preliminary documentation and is subject to change.]

Restores the original state

Namespace:  CalculationWorks.BusinessModel.UndoRedo
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
void Undo(
	BcfTransaction transaction
)

Parameters

transaction
Type: CalculationWorks.BusinessModelBcfTransaction
The BcfTransaction the IBcfUndoRedoItem belongs to.
See Also