Spread Silverlight Documentation
UndoManager Class Members
Properties  Methods  Events


The following tables list the members exposed by UndoManager.

Public Constructors
 NameDescription
Public ConstructorUndoManager ConstructorInitializes a new instance of the UndoManager class.  
Top
Public Properties
 NameDescription
Public PropertyCanRedoGets a value that indicates whether the UndoManager can redo an action.  
Public PropertyCanUndoGets a value that indicates whether the UndoManager can undo an action.  
Public PropertyContextGets the context of the UndoManager which is used to execute the actions.  
Top
Public Methods
 NameDescription
Public MethodDoPerforms an Action and adds it to the undo list if the Action can be undone.  
Public MethodGetRedoListReturns all redo commands.  
Public MethodGetUndoListReturns all undo commands.  
Public MethodRedoPerforms a redo action.  
Public MethodUndoPerforms an undo action.  
Top
Public Events
 NameDescription
Public EventChangedOccurs when an undo or redo action occurs.  
Top
See Also

Reference

UndoManager Class
GrapeCity.Windows.SpreadSheet.UI Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.