Click or drag to resize

BcfDataSetOnBeginUndo Method

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

Called when Undo(Int32) begins.

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

Parameters

transactions
Type: System.Collections.GenericIReadOnlyListIBcfTransactionData
The transactions to undo.
See Also