Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

public event ToolbarCustomizationMenuClosedEventHandler ToolbarCustomizationMenuClosed

Event Data

The ToolbarCustomizationMenuClosed event's data class is DevExpress.Xpf.Ribbon.ToolbarCustomizationMenuClosedEventArgs.

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