TcxCustomShellListView.OnCurrentFolderChanged Event
Occurs after the current folder changes within the cxShellListView control.
Declaration
property OnCurrentFolderChanged: TcxCurrentFolderChangedEvent read; write;
Remarks
The OnCurrentFolderChanged
event occurs after the current folder within the shell list view changes. You can use the AbsolutePath property to get or set the current path.
See Also