WPF richtextbox, determine the contents of the undo stack?

Posted by Matt H. on Stack Overflow See other posts from Stack Overflow or by Matt H.
Published on 2010-04-17T01:01:44Z Indexed on 2010/04/17 1:13 UTC
Read the original article Hit count: 578

Filed under:
|
|
|

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. :-(

© Stack Overflow or respective owner

Related posts about wpf

Related posts about vb.net