WPF richtextbox, determine the contents of the undo stack?
- by Matt H.
If I make a change to a richtextbox in WPF, is there a way I can programatically find out the change that will occur when I press CTL+Z?
Thanks!
//edit//
I tried using handling the textChanged event... but sadly, the textchangedeventargs class doesn't hold a string representation of what was changed. :-(