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.