 |
| IBcfUndoRedoItemRedo Method |
Restores the modified state
Namespace: CalculationWorks.BusinessModel.UndoRedoAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxabstract Redo : unit -> unit
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.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0, 2.1, 2.0
See Also