Click or drag to resize

IBcfUndoRedoItemRedo Method

Restores the modified state

Namespace:  CalculationWorks.BusinessModel.UndoRedo
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
void Redo(
	BcfTransaction transaction
)

Parameters

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