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. 
ShellControls.TJamShellList
 
Name 
Description 
 
OnAddItem occurs, whenever a new item is added to a TJamShellList.  
 
This event occurs, before a context menu command is executed. This event is deprecated and will be removed. Use OnBeforeCommand instead.  
 
This event occurs, before a context menu command is executed. This event is deprecated and will be removed. Use 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.  
 
This event occurs, if the user has selected a menu item of the shell context menu.  
 
The OnOperation event occurs after the TJamShellList executed a shell operation like pasting or dragging and dropping files.  
 
This event will be triggered a new node is selected.  
 
Allows you to influence the Drop Operation that is performed when dropping a shell item.  
 
This event occurs, when the ShellList receives shell notifications. Further handling can be suppressed by setting the pHandled parameter to true.  
 
The OnThumbnailUpdated event occurs, when a viewed thumbnail is updated.