How to provide an undo / redo using bindings in WPF?
e.g. You implement a master-detail view with bindings. After editing your changes were saved automatically using binding. Then you want to undo the changes.
Is there something ready-to-use in the binding for WPF? Does WPF provide some structures or interfaces for?
This question is not about how to implement undo/redo using stacks.