Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / UndoManager Class
Properties Methods Events

In This Topic
    UndoManager Class Members
    In This Topic

    The following tables list the members exposed by UndoManager.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the UndoManager class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value that indicates whether the UndoManager can redo an action.  
    Public PropertyGets a value that indicates whether the UndoManager can undo an action.  
    Public PropertyGets the context of the UndoManager which is used to execute the actions.  
    Top
    Public Methods
     NameDescription
    Public MethodPerforms an Action and adds it to the undo list if the Action can be undone.  
    Public MethodReturns all redo commands.  
    Public MethodReturns all undo commands.  
    Public MethodPerforms a redo action.  
    Public MethodPerforms an undo action.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when an undo or redo action occurs.  
    Top
    See Also