I've been using EventToCommand from the MVVM toolkit, but sometimes I the EventToCommand does not seem to be firing on the event that it is mapped to.
I think this has something to do with setting the DataContext? At this point that is simply a guess.
Perhaps a better question would be: I often hit the break point that the EventToCommand syntax refers to, but does not execute when the event occurs. When I subcribe to the event in question in the code behind - I hit a the breakpoint!
Is there any debugging techiques to understand why the imperative code does not get executed, after the command member has be retrieved?
Regards, Richard