0
Answer

setting handled property to true for a text_changed event

Ask a question
sajid307

sajid307

19y
1.7k
1
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