TdxCustomShellListView.OnCurrentFolderChanged Event
In This Article
Allows you to respond to navigation between shell items.
#Declaration
Delphi
property OnCurrentFolderChanged: TNotifyEvent read; write;
#Remarks
The OnCurrentFolderChanged
event occurs every time the AbsolutePIDL or Path property value changes.
See Also