[]
        
(Showing Draft Content)

FarPoint.Win.Spread.UndoRedo.ChildChangeUndoAction.SaveUndoState

SaveUndoState Method

SaveUndoState()

Saves the undo state before the change.

Declaration
protected override bool SaveUndoState()
Protected Overrides Function SaveUndoState() As Boolean
Returns
Type Description
bool

Boolean: true if successful; false otherwise

Overrides
Remarks

This object saves undo state on construction, rather than during PerformUndoAction, since the shape object implements the user interface to make the changes to itself. The SpreadView will call PerformUndoAction when the shape's UIChangeComplete event fires and edit mode is off (if the shape is a cell note).