TcxCustomShellListView.OnCurrentFolderChanged Event
In This Article
Occurs after the current folder changes within the cxShellListView control.
#Declaration
Delphi
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