tags:

views:

560

answers:

2

Hello,

Does WPF provide a framework to handle undo/redo? If not, what's a common way to do it?

Thanks!

+3  A: 

Common Way to Do It.

Jason Punyon
I believe you put the wrong link
TStamper
A: 

You can take a look at the following:

http://www.codeproject.com/KB/architecture/UndoRedoPart3.aspx

Raju