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