Possible duplicate:data structure used to implement the UNDO and REDO options
Does WPF provide an infrastructure for handling undo / redo? If not, what is the general way to do this?
Thanks!
I applied undo / redo for a WPF application and finished publishing my undo / redo code to http://muf.codeplex.com/ .
You can also get it through NuGet. Just search for “MUF” or “Monitored Undo Framework”. It includes support for Silverlight 4.0, as well as .NET 3.5, 4.0, and WP7.
codeplex (http://muf.codeplex.com/). .
.NET 3.0, , :
<MenuItem Command="ApplicationCommands.Redo"/> <MenuItem Command="ApplicationCommands.Undo"/>
TextBox Undo/Redo, Redo/Undo , . - / /, , " ".
, , /.