Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarManager.OnAfterMerge Event

In This Article

Fires after the merge operations performed by the OnMenuMerge and OnMerge event handlers.

#Declaration

Delphi
property OnAfterMerge: TdxBarMergeEvent read; write;

#Remarks

OnBeforeMerge and OnAfterMerge are notification events that enable you to respond to merge operations. Handle these events only to update form elements without merging – any merge operation must be performed in the OnMenuMerge and OnMerge event handlers.

The events use identical parameters. Refer to the OnMenuMerge or OnMerge event description for detailed information on them.

See Also