WPF: how do i handle a click on a ListBox item?

Viewed 27879

In my WPF app I'm handling a ListBox SelectionChanged event and it runs fine.

Now I need to handle a click event (even for the already selected item); I've tried MouseDown but it does not work. How can I handle a ListBox click on an item?

3 Answers
Related