Click or drag to resize

BcfDataSetDisableUndo Method

Disables undo (collecting data for Undo(Int32) and Redo(Int32)) and clears the UndoRepository.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public virtual void DisableUndo(
	bool closeFiles = false
)

Parameters

closeFiles (Optional)
Type: SystemBoolean
to close files; otherwise . Default is . If memory-undo is enabled the value has no effect.
Exceptions
Remarks
The method call will be ignored if undo is already disabled.
See Also