TdxCustomShellBreadcrumbEdit.OnRootChanged Event
Allows you to respond to root folder changes.
Declaration
property OnRootChanged: TcxRootChangedEvent read; write;
Remarks
The OnRootChanged
event occurs every time the starting folder changes. You can handle this event to identify the new starting folder.
Refer to the TcxRootChangedEvent procedural type description for information on parameters accessible within an OnRootChanged
event handler.
See Also