FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / UndoStack Class
Properties Methods Events


In This Topic
    UndoStack Class Members
    In This Topic

    The following tables list the members exposed by UndoStack.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of an UndoStack.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets a value that indicates whether the stack contains actions that can be re-done.  
    Public PropertyGets a value that indicates whether the stack contains actions that can be undone.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an action to the undo/redo stack.  
    Public MethodClears the undo/redo stack.  
    Public MethodExecutes a Redo command.  
    Public MethodExecutes an Undo command.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the StateChanged event.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the status of the undo stack changes.  
    Top
    See Also