TdxCustomBreadcrumbEdit.OnButtonClick Event
In This Article
Enables you to respond to the breadcrumb action button click.
#Declaration
Delphi
property OnButtonClick: TdxBreadcrumbEditButtonClickEvent read; write;
#Remarks
Sender specifies the breadcrumb control.
AButton specifies the clicked button.
See Also