Click here to Skip to main content
15,886,026 members
Articles / Desktop Programming / WPF

Multilevel Undo and Redo Implementation in C# - Part II (Using Command Pattern)

Rate me:
Please Sign up or sign in to vote.
4.93/5 (52 votes)
17 Feb 2009CPOL9 min read 169.7K   3.5K   103  
How Command Pattern and Stack can be used to implement Undo/Redo operation in C#

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) CP
Australia Australia
I am an Independent Contractor in Brisbane, Australia. For me, programming is a passion first, a hobby second, and a career third.

My Blog: http://weblogs.asp.net/razan/






Comments and Discussions