[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.IUndoableAction

IUndoableAction Interface

Defines the methods required to implement undoable action objects.

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexSheet.4.6.2.dll
Syntax
public interface IUndoableAction

Methods

Name Description
Redo()

Restores the effect of the last undone action.

SaveNewState()

Saves the state after the action (the state before should be saved in the constructor).

Undo()

Reverses the effect of the last action.