TdxBarManager.OnItemLinkChange Event
Occurs after an item link is modified.
Declaration
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