Back to Devexpress

TdxBarManager Events

vcl-dxbar-dot-tdxbarmanager-dot-underscore-events.md

latest4.1 KB
Original Source

TdxBarManager Events

A bar manager.

NameDescription
OnAfterMergeFires after the merge operations performed by the OnMenuMerge and OnMerge event handlers.
OnBarAddOccurs after a new toolbar has been added.
OnBarAfterResetOccurs after the default settings of a specific toolbar have been restored.
OnBarBeforeResetOccurs before the default settings of a specific toolbar are restored.
OnBarCloseOccurs when closing a floating toolbar.
OnBarDeleteOccurs before a toolbar is removed from the current bar manager’s collection of toolbars.
OnBarDockingStyleChangeOccurs when a toolbar’s docking style is changed.
OnBarResetEnables you to cancel resetting toolbar settings and prohibit the confirmation dialog from being displayed to end-users.
OnBarVisibleChangeOccurs when a toolbar’s visibility state is changed.
OnBeforeMergeFires when the bar manager is about to raise the OnMenuMerge or OnMerge event.
OnClickItemOccurs when clicking a toolbar’s item.
OnCloseButtonClickOccurs when a toolbar that represents a main menu is being closed.
OnDockingOccurs when an end-user changes a toolbar’s position.
OnHandleKeyEnables you to handle a keystroke or prevent the bar manager from handling it.
OnHelpButtonClickOccurs when clicking the Help button on the current bar manager’s Customization Form.
OnHideCustomizingFormOccurs after hiding the current bar manager’s Customization Form.
OnItemLinkAddOccurs when creating an item link within a collection of item links.
OnItemLinkChangeOccurs after an item link is modified.
OnItemLinkDeleteOccurs before an item link is removed from a collection of item links.
OnMenuMergeOccurs when an MDI child form containing the main menu changes its state.
OnMergeFires when one of the MDI child forms changes its state.
OnMergeItemLinkFires before an item link is added to the merging bar.
OnShowCustomizingFormOccurs before the current bar manager’s Customization Form is displayed.
OnShowCustomizingPopupOccurs before a customizing popup menu is displayed.
OnShowToolbarsPopupOccurs before a toolbar’s popup menu is displayed.

See Also

TdxBarManager Class

TdxBarManager Members

dxBar Unit