ShellBrowser Delphi Components Documentation
|
This procedure is called when after user has changed the columns e.g. by using the header context menu.
TOnAfterShellColumnChangedEvent = procedure (Sender: TJamBaseShellListView; const ColumnID: TShellColumnId; const Event: TJamShellColumnChangedEvent) of object;
Parameters |
Description |
Sender |
The sending ListView. |
Column |
The column that was added. Nil if it was removed |
Event |
scAdded, if the user wants to add the column. scRemoved if he wants to hide it. |