views:

30

answers:

1

I've seen several methods for handling this across several libraries but I wanted to know what is the best way to do this, specifically, with MVVM Foundation. I'm trying to capture double click for list item. Thanks!

+1  A: 

I don't know if it's "the best way" but I've been using Attached Behaviors for this. I can provide some sample code if you like or were you just interested in what the best way was?

Meleak
I'd love to see the sample code if you have it.
Sieg