TdxCustomBreadcrumbEdit.OnPathSelected Event
In This Article
Enables you to respond to the path selection.
#Declaration
Delphi
property OnPathSelected: TNotifyEvent read; write;
#Remarks
Handle this event to perform specific actions when the path is selected.
See Also