command-pattern Questions
2
Solved
I'm working on a WPF app and I understand the command pattern pretty well, but I've found that there are several different implementations of the command pattern for MVVM. There's Josh Smith's impl...
Chumley asked 15/12, 2009 at 16:23
2
Solved
I am in the design process of an application, and I would like to use the command pattern for undo/redo purposes. I did some research into the command pattern but the only thing I don't get is: Sho...
Artificial asked 6/2, 2010 at 21:47
2
Solved
I want to issue a series of Command executions, but only when the prior command succeeded. Right now i am raising an event within the command object indicating whether the command succeeded or fail...
Shena asked 26/8, 2009 at 22:9
© 2022 - 2024 — McMap. All rights reserved.