TdxBarCustomApplicationMenu.OnExtraPaneItemClick Event
In This Article
Fires after an end-user has clicked the AIndex item.
#Declaration
Delphi
property OnExtraPaneItemClick: TdxBarExtraPaneNotifyEvent read; write;
#Remarks
This event is obsolete and used for compatibility purposes. Use the menu’s ExtraPane.OnItemClick event instead.
See Also