Is there a way to have 1 procedure handle all the textchanged events on a certain form?

I have a boolean variable I am using to check whether the user has editted any information, and I need to set it to true if any of the textboxes get changed.

So is there any like global "text changed" event or anything?