TdxBarManager.OnItemLinkDelete Event
Occurs before an item link is removed from a collection of item links.
Declaration
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