GoXam for WPF v3
UndoManager Class Properties


Northwoods.GoXam.Model Namespace : UndoManager Class

For a list of all members of this type, see UndoManager members.

Public Properties
 NameDescription
Public Property Gets or sets whether this undo manager will output warnings to Trace listeners when model changes occur outside of a transaction.  
Public Property Gets a list of all of the compound edits.  
Public Property Gets the current compound edit for recording additional model change events.  
Public PropertyGets the current transaction name given by StartTransaction.  
Public PropertyGets the current IUndoableEdit to be redone, or null if there is none.  
Public PropertyGets the current IUndoableEdit to be undone, or null if there is none.  
Public PropertyThis property is true during a call to Undo or Redo.  
Public Property Gets or sets the maximum number of compound edits that this undo manager will remember.  
Public Property Gets a list of models for which this UndoManager is recording undo/redo information.  
Public Property Gets a stack of ongoing transaction names.  
Public Property Gets the current transaction level.  
Public PropertyGets the index into CompoundEdits for the current undoable edit.  
Top
See Also

Reference

UndoManager Class
Northwoods.GoXam.Model Namespace