ShellListView Events |
The ShellListView type exposes the following members.
Name | Description | |
---|---|---|
AddItem |
This event is fired whenever a new item is added to a ShellListView.
| |
BeforeFullRefresh |
This event is fired when a FullRefresh has been executed.
| |
BeforeInvokeCommandOnSelected |
Assign this event to be able to control the behaviour of the control
when the user double-clicks on an item to start the default action
(Inherited from SystemListView.) | |
BeforeShellColumnChanged |
This event is fired when a column is selected/deselected from the context menu of the list header.
(Inherited from JamBaseShellListView.) | |
BeforeShellCommand |
This event is fired when a shell command is to be executed, ie. via the context menu
It is possible to permit the execution of the shell command by modifying the BeforeShellCommandEventArgs
(Inherited from JamBaseShellListView.) | |
BeforeShellDrop |
This event is fired before a ListView that inherits from JamBaseShellListView executes a shell drop.
(Inherited from JamBaseShellListView.) | |
CheckStateChanged |
This event is fired when the state of a checkbox was changed by the user or if it was changed internally via checkstate synchronization of other controls.
(Inherited from JamBaseShellListView.) | |
CreatedColumns |
This event is fired after the columns were created.
(Inherited from JamBaseShellListView.) | |
HeaderRightClick |
The event is triggered when the user right clicks on the column headers.
(Inherited from SystemListView.) | |
Initialized |
This event is fired after the initialization of the component.
(Inherited from JamBaseShellListView.) | |
ItemChecked | Occurs when the checked state of an item was changed by the user. (Inherited from JamBaseShellListView.) | |
ItemShowToolTip |
This event occurs if the user moved the mouse over a listview item so a tooltip can appear,
this event also occurs if no ToolTipText is set, it can be added
dynamically.
(Inherited from SystemListView.) | |
OperationPerformed |
This event is fired after a JamBaseShellListView executed a shell operation like copying.
(Inherited from JamBaseShellListView.) | |
PathChanged |
This event is fired when the users changes the path.
| |
Populated |
This event is fired after a ShellListView was filled completely.
| |
ShowOptionChanged |
This event is fired after a display option, like e.g. the ViewState changed.
(Inherited from JamBaseShellListView.) | |
ThumbnailUpdated | This event is fired for each item in Thumbnail view. It can be used to update the thumbnail. (Inherited from JamBaseShellListView.) |