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 | Obsolete.
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
|
![]() | BeforeShellColumnChanged |
This event is fired when a column is selected/deselected from the context menu of the list header.
|
![]() | 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
|
![]() | BeforeShellDrop |
This event is fired before a shell item is dropped on the list. For details see BeforeShellDrop.
|
![]() | CheckStateChanged |
This event is fired when the state of a checkbox was changed by the user.
|
![]() | ControlInitialized |
Occurs when initialization of the component is completed.
|
![]() ![]() | CreatedColumns |
This event is fired after the columns were created.
|
![]() | ItemChecked | Occurs when the checked state of an item was changed by the user. |
![]() | ItemShowToolTip | |
![]() | OperationPerformed |
This event is fired after a JamBaseShellListView executed a shell operation like copying.
|
![]() | PathChanged |
This event is fired when the users changes the path.
|
![]() | Populated |
This event is fired after a ShellListView was filled completely.
|
![]() | SelectionChanged | Occurs when the selection of the ShellListView changes. |