Spread Silverlight Documentation
UndoManager Class Members
Properties  Methods  Events


GrapeCity.Windows.SpreadSheet.UI Namespace : UndoManager Class

The following tables list the members exposed by UndoManager.

Public Constructors
 NameDescription
Public Constructor Initializes 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 Method Returns all redo commands.  
Public Method Returns all undo commands.  
Public Method Performs a redo action.  
Public Method Performs an undo action.  
Top
Public Events
 NameDescription
Public Event Occurs when an undo or redo action occurs.  
Top
See Also

Reference

UndoManager Class
GrapeCity.Windows.SpreadSheet.UI Namespace