TcxRootChangedEvent Type
In This Article
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 |
Root | Tcx |
The new shell root folder. |
#Remarks
The Shell Breadcrumb control’s OnRootChanged event references the TcxRootChangedEvent
procedural type.
See Also