VSTO VB OnAction doesn’t activate
I’m creating a VSTO VB On Visual Studio for MS Visio. I have created a Ribbon with buttons, all works well then I’ve made a DropDown and I want to get back the selected Item. So I created the OnAction into the XML File, and in the CutomRibbon.vb I’ve created the public sub with a MsgBox just to test the OnAction, but it doesn’t react.