openMenu
fires on expanding a menu control
openMenu: (id: string | number) => void;
Parameters:
id: string | number
- the ID of an opened menu item
Example
ribbon.events.on("openMenu", function(id){
// your code here
});
fires on expanding a menu control
id: string | number
- the ID of an opened menu itemExample
ribbon.events.on("openMenu", function(id){
// your code here
});