Click or drag to resize
CalculationWorks Logo
BcfDataSetDiagnosticsOnRedoing Method
Called when just before redoing an item.

Namespace: CalculationWorks.BusinessModel.Behaviors
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public void OnRedoing(
	IBcfUndoRedoItem item
)

Parameters

item
Type: CalculationWorks.BusinessModel.UndoRedoIBcfUndoRedoItem
The item.
See Also