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

link|improve this question

25% accept rate
feedback

1 Answer

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?

Example of Attached Behavior for this can be found here:
WPF/MVVM - how to handle double-click on TreeViewItems in the ViewModel?

link|improve this answer
I'd love to see the sample code if you have it. – Sieg Oct 25 '10 at 14:29
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.