Click or drag to resize

BcfDataSetCanUndo Method

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

Determines whether Undo(Int32) can be executed.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public bool CanUndo()

Return Value

Type: Boolean
true if undo can be executed; otherwise, false.
Remarks
See Also