Northwoods.GoWPF 2.2.4 Assembly
UndoManager.CompoundEdit Class Members
Properties  Methods 


The following tables list the members exposed by UndoManager.CompoundEdit.

Public Constructors
 NameDescription
Public ConstructorUndoManager.CompoundEdit Constructor Construct an empty list of edits.  
Top
Public Properties
 NameDescription
Public PropertyEditsGets a list of all the IUndoableEdits in this compound edit.  
Public PropertyIsComplete Gets or sets whether we can add more undoable edits to this compound edit.  
Public PropertyName Gets or sets a name for this group of edits.  
Top
Public Methods
 NameDescription
Public MethodCanRedoThis predicate returns true if you can call Redo-- namely when IsComplete is true.  
Public MethodCanUndoThis predicate returns true if you can call Undo-- namely when IsComplete is true.  
Public MethodClearClear all of the IUndoableEdits and forget all references to them.  
Public MethodRedoRedo all of the IUndoableEdits, in forwards order.  
Public MethodToString For debugging.  
Public MethodUndoUndo all of the IUndoableEdits, in reverse order.  
Top
See Also

Reference

UndoManager.CompoundEdit Class
Northwoods.GoXam.Model Namespace

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback