Quote Originally Posted by vbdotnut View Post
I didnt realize that the replace function would cause the textchanged event to fire if nothing is replaced.
Quote Originally Posted by Shaggy Hiker View Post
Will textchanged be raised in the case of a copy/paste? I don't recall, but I thought it did not.
As far as I am aware, from memory, TextChanged is as it says… Raised whenever the text changes for any reason.

[QUOTE MSDN]This event is raised if the Text property is changed by either a programmatic modification or user interaction.[/QUOTE]