TdxBarApplicationMenuExtraPane.OnItemClick Event
In This Article
Fires after an end-user has clicked the AIndex item.
#Declaration
Delphi
property OnItemClick: TdxBarExtraPaneNotifyEvent read; write;
#Remarks
Implement the OnItemClick event handler to respond to the item click.
Sender specifies the Application Menu;
AIndex specifies the clicked item.
See Also