views:

13

answers:

0

Hi, I have a DataTemplateSelector which I have attached to a cell in my list view. There is a button on each of the rows in the list view. When the user clicks on the button or double clicks on the row, I need to check for errors and update the row's appearance accordingly. How can I invoke my DataTemplateSelector based in the button click/double click?