Click or drag to resize

BcfRowOnDiscard Method

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

Called when the row goes out of scope.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
protected virtual void OnDiscard()
Remarks
If using memory undo a deleted row will call OnDiscard when the last reference in UndoRepository is removed (e.g. calling Clear(Boolean)). With disabled or file-based undo/redo OnDiscard() will be called after Commit. Undo(Int32) and Rollback will work same way.
See Also