
Last year I implemented an application with a Ribbon and a RecentDocumentMenu. I intercepted the ContextMenuOpening event on the RecentDocumentMenu to create a context menu to allow the user to remove individual documents from the list.
Now, with the latest version of WPF Studio it doesn't work. The ContextMenuOpening event is not triggered on the RecentDocumentMenu when a document is right-clicked, it only works when I right-click some empty space.
That was definitely working last year. Has anything changed?