Click or drag to resize

IBcfUndoRedoItemOnDiscard Method

Called when the item goes out of scope.

Namespace:  CalculationWorks.BusinessModel.UndoRedo
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
void OnDiscard(
	BcfDataSet dataSet,
	bool undone
)

Parameters

dataSet
Type: CalculationWorks.BusinessModelBcfDataSet
The BcfDataSet the IBcfUndoRedoItem belongs to.
undone
Type: SystemBoolean
if set to operation was undone.
See Also