I have been trying to find the simplest method (in XAML) to bind a command to a control interaction, such as MouseLeave.
I have tried using EventTriggers but was unable to determine the correct structure for command binding, can anyone sugest something to me?
The most kosher way of doing this is using attached properties. An excellent implementation of that can be found here:
http://marlongrech.wordpress.com/2008/12/13/attachedcommandbehavior-v2-aka-acb/