Click or drag to resize

IBcfUndoRedoItemValueChanged Interface

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

Interface IBcfUndoRedoItemValueChanged

Namespace:  CalculationWorks.BusinessModel.UndoRedo
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public interface IBcfUndoRedoItemValueChanged : IBcfUndoRedoItem

The IBcfUndoRedoItemValueChanged type exposes the following members.

Properties
  NameDescription
Public propertyCellId
Gets the cell identifier.
Public propertyShouldSerialize
Gets a value indicating this IBcfUndoRedoItem should be serialized.
(Inherited from IBcfUndoRedoItem.)
Top
Methods
  NameDescription
Public methodGetState
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
(Inherited from IBcfUndoRedoItem.)
Public methodIsDataUpdate
Gets a value indicating the operation updates serializable data.
(Inherited from IBcfUndoRedoItem.)
Public methodOnDiscard
Called when the item goes out of scope.
(Inherited from IBcfUndoRedoItem.)
Public methodRedo
Restores the modified state
(Inherited from IBcfUndoRedoItem.)
Public methodUndo
Restores the original state
(Inherited from IBcfUndoRedoItem.)
Top
See Also