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

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