1
Answer

How to handle Tap event of An Image within a ListBox in wp8

Ved Prakash

Ved Prakash

9y
743
1

Hi,

In my Application I want to handle Tap Event of an image within a ListBox

but the problem is that when I tap on the Image then first the ListBox selection changed event is fired then the Image Tap event is fired. I have to do some other task in ListBox Selection Changed and some other task in image Tap.

Please tell me how to do That.

Answers (1)