Spread Windows Forms 9.0 Product Documentation
UndoManager Class Members
Fields  Properties  Methods  Events


The following tables list the members exposed by UndoManager.

Public Constructors
 NameDescription
Public ConstructorUndoManager ConstructorCreates a new undo action manager.  
Top
Protected Fields
 NameDescription
Protected FieldactionCancelledSpecifies whether the pending action has been cancelled.  
Protected FieldactionIsRedoSpecifies whether actionInProcess is being redone  
Protected FieldactionIsUndoSpecifies whether actionInProcess is being undone  
Protected FieldactionPendingSpecifies whether an action is in progress (to prevent recursion).  
Protected FieldmaxLengthSpecifies the maximum number of UndoAction objects to keep on the undo or redo stacks.  
Protected FieldmredoListSpecifies the redo stack (last element is on top).  
Protected FieldmundoListSpecifies the undo stack (last element is on top).  
Protected FieldspreadViewSpecifies the view passed to the constructor.  
Top
Public Properties
 NameDescription
Public PropertyCanRedoGets whether Redo can redo an action.  
Public PropertyCanUndoGets whether Undo can undo an action.  
Public PropertyRedoListGets the list of UndoAction objects.  
Public PropertyUndoListGets the list of UndoAction objects.  
Top
Public Methods
 NameDescription
Public MethodCancelActionCancels the current action in progress.  
Public MethodGetActionPendingGets the current UndoAction pending completion.  
Public MethodPerformUndoActionPerforms the specified action (it can then be undone with Undo).  
Public MethodRedoOverloaded. Redoes the last action undone with Undo and adds it to the undo list.  
Public MethodUndoOverloaded. Undoes the last action done with PerformUndoAction and adds it to the redo list.  
Top
Protected Methods
 NameDescription
Protected MethodPopRedoPops the top action from the redo stack.  
Protected MethodPopUndoPops the top action from the undo stack.  
Protected MethodPushRedoPushes the specified action onto the redo stack.  
Protected MethodPushUndoPushes the specified action onto the undo stack.  
Top
Public Events
 NameDescription
Public EventActionCompleteOccurs when the undo or redo action is complete.  
Public EventRedoCompleteOccurs when the redo action is complete.  
Public EventUndoCompleteOccurs when the undo action is complete.  
Top
See Also

Reference

UndoManager Class
FarPoint.Win.Spread.UndoRedo Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.