Click or drag to resize

IBcfUndoRedoItemOnDiscard Method

[This is preliminary documentation and is subject to change.]

Called when the item goes out of scope.

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

Parameters

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