TcxRootChangedEvent Type
The procedural type for shell root change notification events.
Declaration
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 | TcxCustomShellRoot | The new shell root folder. |
Remarks
The Shell Breadcrumb control’s OnRootChanged event references the TcxRootChangedEvent
procedural type.
See Also