setting handled property to true for a text_changed event
hi
i have a textbox and a text_changed event attached to it.
In the text_changed event, i need to change the text which again
triggers this event and hence this goes in infinite loop.
Does anybody know if there is any property that can be set to true
so that it doesn't fire the event again and again.
Thx