WPF Undo/Redo Framework
The Undo/Redo framework provides the infrastructure for supporting unlimited linear Undo/Redo functionality, so no mistake is the end of the world.
WPF 샘플 다운로드Undo/Redo Manager
The UndoManager automatically manages the Undo/Redo history stacks. This provides the functionality for performing undo/redo operations and maintaining the undo/redo history.
Undo Units
Support undo/redo of any type of operation, including transactions using built-in or custom UndoUnits.
Observable Collection with Undo
Add support for undo/redo of collection changes.