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.OnItemLinkDelete Event

In This Article

Occurs before an item link is removed from a collection of item links.

#Declaration

Delphi
property OnItemLinkDelete: TdxBarItemLinkEvent read; write;

#Remarks

Handle the OnItemLinkDelete event to perform specific actions before an item link specified by the AItemLink parameter is removed from the ItemLinks collection. There are several classes that have the ItemLinks property: the TdxBar, TdxBarPopupMenu, TCustomdxBarSubItem and TCustomdxBarControl classes and their descendants.

The Sender parameter specifies the current bar manager.

For instance, the OnItemLinkDelete event is fired when a toolbar’s popup menu is modified.

See Also