Hi!
I'm using the new RibbonWindow from Microsoft. When I add a ribbon button to the quick access toolbar at runtime (via right click => add to quick access toolbar) and I click on the button in the quick access toolbar, the associated click event is not fired. It seems, the toolbar makes a copy of the original button, but does not copy the click event handler.
How do I detect a click on the newly added button?
Thanks!
Jus