ShellBrowser Delphi Components Documentation
ContentsIndexHome
TJamBaseShellListView Events
TJamBaseShellListView Events
Jam.Shell.Controls.BaseShellListView.TJamBaseShellListView
 
Name 
Description 
 
This event is triggered before the user changes the columns by using the header context menu.  
 
This event is triggered before the user changes the columns by using the header context menu.  
 
This event can be implemented to customize columns. It is called when a column is added to the view, but also when the header context menu or the column selection dialog is displayed.  
 
This event is triggered before and after the sort. 
Jam.Shell.Controls.BaseShellListView.TJamCustomFileList
 
Name 
Description 
 
This event is fired if a file is to be added to the listview.  
 
OnAddPath occurs, whenever a new path is added to the listview.  
 
The OnBeforeCommand event is fired before a command (usually a context menu command) is executed.  
 
This event occurs, before a context menu command is executed. This event is deprecated and will be removed. Use Jam.Shell.Controls.BaseShellListView.TJamCustomFileList.OnBeforeCommand instead.  
 
Happens when the user starts a shell drag operation.  
 
Allows you to prevent unwanted shell drops.  
 
This event is fired, if the state of a checkbox was changed by the user.  
 
The OnOperation event occurs after a shell operation like pasting or dragging and dropping files was performed.  
JamControls.TJamFileList
 
Name 
Description 
 
The OnEndSearch event occurs when a search is completed.  
 
The OnSearchProgress event occurs during a file search in regular intervals.