Is there an event that I can use to determine when a user has removed a textblock from the textbox? I would need to be able to get the value for the removed object.
Thanks
1 Answer, 1 is accepted
0
Ivan Petrov
Telerik team
answered on 24 Apr 2013, 01:05 PM
Hello John,
Thank you for writing.
You can subscribe to the CollectionChanged event of the RadAutoCompleteBoxElement Items collection. In this collection are stored all the tokens that have been built. Here is the code: