Small question, I added a pushpin to a bing maps control on my windows phone 7 view. I have an EventTrigger EventName="MouseLeftButtonUp" that maps to a command on my viewmodel. So when I click that pushpin, my code in the viewmodel is triggered.
But when I also add EventTrigger EventName="MouseLeftButtonUp" to the bing map itself, only that code will be triggerd and the code specific for the pushpin click is ignored.
So any tips on how to add seperate eventriggers for the bing maps parent control and it's map item controls?