Skip to main content

TdxBarItem.OnClick Event

Allows you to respond to clicks on the bar item.

Declaration

property OnClick: TNotifyEvent read; write;

Remarks

Handle the OnClick event to execute custom code when a user clicks the bar item.

Event Occurrence

The OnClick event occurs every time a user clicks the bar item.

See Also