I'm developing an application with undo/redo mechanism. I use the Catel MVVM framework. I use the Catel.Memento for the undo/redo. I got worked it, but I want to show the list of redo-objects in a list.
My question is: How can I get the redo-objects from the MementoService? I want to know the oldvalue, newvalue and propertyname of each object.