I probably mix some responsibilities (and maybe even terminology) here, but I can't completely wrap this around.
Is there any connection between the Command pattern and the commands found in MVVM Light (and therefore also in WPF)? I would really like to implement some kind of undo / redo mechanism, but I can’t understand if there is a way for “MVVM Light” to do this.
And if this does not apply to MVVM Light, how can I approach the command with Undo / Redo in "raw" without working with MVVM Light WPF?
source
share