Hi,
with ribbon buttons I'm able to bind the Click event to a command like as follows:
<ribbon:Button Label="DoAnything" Command="{Binding DoAnythingCommand}"/>
I guess, this works, because the Click event is the default event of the button.
Is there an equivalent approach to bind events like DockSite.WindowsClosed using MVVM?
Thanks
Michael
[Modified 8 years ago]