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

In This Article

Occurs after an item link is modified.

#Declaration

Delphi
property OnItemLinkChange: TdxBarItemLinkEvent read; write;

#Remarks

Handle the OnItemLinkChange event to perform specific actions after properties of an item link that belongs to the ItemLinks collection have been changed. There are several classes that have the ItemLinks property: the TdxBar, TdxBarPopupMenu, TCustomdxBarSubItem and TCustomdxBarControl classes and their descendants.

The item link is specified by the AItemLink parameter. The Sender parameter specifies the current bar manager.

This event occurs when changing the values of some item link’s properties (UserCaption, BeginGroup, UserGlyph, UserPaintStyle, UserWidth, Visible, Item and MostRecentlyUsed).

See Also