0

Is it possible to bind a relaycommand to listboxitems when on of the items is clicked?

Olsen
  • 155
  • 1
  • 2
  • 5
  • 1
    possible duplicate of [How to bind a command in WPF to a double click event handler of a control?](http://stackoverflow.com/questions/1293530/how-to-bind-a-command-in-wpf-to-a-double-click-event-handler-of-a-control) – Jon Mar 30 '11 at 10:43

1 Answers1

0

You have the solution in irem's post there: How to bind a command in WPF to a double click event handler of a control?

:)

(PS: I'd advise you not to use AttachedBehaviors suggested. I think it's totally inappropriate to add such a complex architecture to your program for an action that basic, a single click)

Community
  • 1
  • 1
Damascus
  • 6,553
  • 5
  • 39
  • 53