I do not know how to capture a click from the vertical drop on the RibbonBar menu.
<ApplicationButton Text="Application" Enabled="true" Tag="RibbonBar Demo" Visible="true">
<ApplicationMenu>
<Master>
<Item Text="File" PictureName="" Checked="false" Enabled="true" Tag="" Type="0" Visible="true" Clicked="ue_appbutton">
I cannot figure out what is triggered after selecting an item.
PS: I am Working from the RibbonBar Demo logic.
I already created the logic I need from the large button clicks.
I capture clicks on the large buttons on the RibbonBar Menu using event "ue_largebuttonclicked", which calls function "of_largebuttonclicked".
<Categories>
<Category Text="Reservation" Enabled="true" Tag="" Visible="true">
<LargeButton Text="Add" PictureName="AddBig!" Checked="false" DefaultCommand="true" Enabled="true" PowerTipText="" PowerTipDescription="" Tag="" Visible="true" Clicked="ue_largebuttonclicked"/>