I recently looked into Prism (aka the Composite Application Library for WPF) and really like the way I can structure my apps with it.
However there is one downside that I just couldn’t resolve. Is it possible to bind a command (from a ViewModel for instance) to an Event (for example: RightMouseButtonDown) via Prism?
This would be a key requirement to the application I am trying to build and it would be a shame if I couldn’t use Prism just because of this lacking feature.
Best regards,
crischu
While it’s not part of Prism, you can use the AttachedBehaviours from Marlon Grech.