| UndoBuffer Methods |
The UndoBuffer type exposes the following members.
| Name | Description | |
|---|---|---|
| Add |
Adds an operation to the undo buffer.
| |
| BeginUndoGroup |
Begins a new undo group.
| |
| ClearAll |
Clears the undo buffer.
| |
| EndUndoGroup |
Ends an undo group and puts the group of operations onto the UndoBuffer.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnOperationRedone |
Raises the OperationRedone event.
| |
| OnOperationUndone |
Raises the OperationUndone event.
| |
| OnPropertyChanged |
Raises the PropertyChanged event.
| |
| Redo |
Redoes the last undone operation.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Undo |
Undoes the last operation.
|