Click or drag to resize

BcfDataSetCanRedo Method

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

Determines whether Redo(Int32) can be executed.

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

Return Value

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