Is this content useful?
Thank you for your feedback!
Thank you for your feedback! You have rated this topic in the last 30 days.
UndoUnit Class Members
The following tables list the members exposed by UndoUnit.
Public Properties
| Name | Description |
| Target | Returns the target object that will be affected by the UndoUnit |
Public Methods
| Name | Description |
| GetDescription | Returns a string representation of the action based on whether this is for an undo or redo operation. |
Protected Methods
| Name | Description |
| Execute | Used to perform the associated action. |
| Merge | Used to allow multiple consecutive undo units to be merged into a single operation. |
See Also