 |
| IBcfUndoRedoItemOnDiscard Method |
Called when the item goes out of scope.
Namespace: CalculationWorks.BusinessModel.UndoRedoAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxvoid OnDiscard(
bool undone
)
Sub OnDiscard (
undone As Boolean
)
void OnDiscard(
bool undone
)
abstract OnDiscard :
undone : bool -> unit
Parameters
- undone
- Type: SystemBoolean
if set to true [undone].
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0
See Also