Click or drag to resize
CalculationWorks Logo
IBcfUndoRedoItemRedo Method
Restores the modified state

Namespace: CalculationWorks.BusinessModel.UndoRedo
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
void Redo()
Remarks
When implementing make sure, the method never causes an exception. Throwing an exception inside the Method will cause a BcfUndoRedoException. As a result the model corrupted.
See Also