FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / IUndoableAction Interface
Methods

In This Topic
    IUndoableAction Interface Members
    In This Topic

    The following tables list the members exposed by IUndoableAction.

    Public Methods
     NameDescription
     MethodRestores the effect of the last undone action.  
     MethodSaves the state after the action (the state before should be saved in the constructor).  
     MethodReverses the effect of the last action.  
    Top
    See Also