TdxBarApplicationMenuExtraPane.OnItemClick Event
Fires after an end-user has clicked the AIndex item.
Declaration
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