The methods of the UndoEngine class are listed below. For a complete list of UndoEngine class members, see the UndoEngine Members topic.
BeginUndoGroup | Overloaded. Begins a new undo group. |
Clear | Clears this instance by removing all cached undo and redo entries. |
CommitUndoGroup | Overloaded. Commits the active undo group. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Redo | Re-does the most recently undoed change. |
ResetRecording | Relinguishes any accumulated recording state and causes the engine to be ready to record new set of change events. |
RollbackUndoGroup | Overloaded. Rollbacks the undo group. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Undo | Undoes the most recently recorded change or undo group. |
UndoEngine Class | LaMarvin.ComponentModel Namespace