Skip to main content

RibbonControl.ToolbarCustomizationMenuClosed Event

Fires when the Customization menu is closed (This menu is available when clicking the Customization button displayed next to the Ribbon Quick Access Toolbar).

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v14.2.dll

#Declaration

public event ToolbarCustomizationMenuClosedEventHandler ToolbarCustomizationMenuClosed

#Event Data

The ToolbarCustomizationMenuClosed event's handler receives an argument of the DevExpress.Xpf.Ribbon.ToolbarCustomizationMenuClosedEventArgs type.

#Remarks

You can handle the RibbonControl.ToolbarCustomizationMenuShowing event to respond to opening this menu. For instance, you can extend the menu with custom items. The ToolbarCustomizationMenuClosed event fires when this menu is closed.

See Also