Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxRootChangedEvent Type

The procedural type for shell root change notification events.

#Declaration

Delphi
TcxRootChangedEvent = procedure(Sender: TObject; Root: TcxCustomShellRoot) of object;

#Parameters

Name Type Description
Sender TObject

Provides access to the shell control that raised the shell root change event. Cast the Sender property value to the corresponding shell control class to access its public members.

Root TcxCustomShellRoot

The new shell root folder.

#Remarks

The Shell Breadcrumb control’s OnRootChanged event references the TcxRootChangedEvent procedural type.

See Also