1
Answer

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

Photo of Ved Prakash

Ved Prakash

10y
1.1k
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)