RibbonDropDown.ButtonClick Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when a user clicks a button on a RibbonDropDown.
public:
event Microsoft::Office::Tools::Ribbon::RibbonControlEventHandler ^ ButtonClick;
event Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler ButtonClick;
member this.ButtonClick : Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler
Event ButtonClick As RibbonControlEventHandler
Event Type
Remarks
This event is not raised when a user clicks an Item
on a RibbonDropDown.