NeuralJack
Centurion
- Joined
- Jul 28, 2005
- Messages
- 138
The Undo/Redo is such a common theme in Windows apps that I'm wondering if Windows has a useful class to use that will make things easier on me. I dont know how it'd do it exactly, but asking all the same.
What I want to do, basically, is Undo/Redo changes to a datagridview and some internal variables. The Changes that might occur from a user include row deletions, additions, insertions. But many internal variables are changing with this stuff too.
Is .Net's UndoEngine what i'm looking for? Something else? Or do people usually just code their own undos?
What I want to do, basically, is Undo/Redo changes to a datagridview and some internal variables. The Changes that might occur from a user include row deletions, additions, insertions. But many internal variables are changing with this stuff too.
Is .Net's UndoEngine what i'm looking for? Something else? Or do people usually just code their own undos?