Click or drag to resize

BcfDataSetOnEndUndo Method

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

Called when Undo(Int32) ends.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
protected virtual void OnEndUndo(
	IReadOnlyList<IBcfTransactionData> transactions
)

Parameters

transactions
Type: System.Collections.GenericIReadOnlyListIBcfTransactionData
The transactions undone.
See Also