Click or drag to resize

ShellListView Events

The ShellListView type exposes the following members.

Events
  NameDescription
Public eventCode exampleAddItem
This event is fired whenever a new item is added to a ShellListView.
Public eventBeforeFullRefresh
Public eventBeforeInvokeCommandOnSelected 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
Public eventBeforeShellColumnChanged
This event is fired when a column is selected/deselected from the context menu of the list header.
Public eventBeforeShellCommand
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
Public eventBeforeShellDrop
This event is fired before a shell item is dropped on the list. For details see BeforeShellDrop.
Public eventCheckStateChanged
This event is fired when the state of a checkbox was changed by the user.
Public eventControlInitialized
Occurs when initialization of the component is completed.
Public eventCode exampleCreatedColumns
This event is fired after the columns were created.
Public eventItemChecked
Occurs when the checked state of an item was changed by the user.
Public eventItemShowToolTip
Public eventOperationPerformed
This event is fired after a JamBaseShellListView executed a shell operation like copying.
Public eventPathChanged
This event is fired when the users changes the path.
Public eventPopulated
This event is fired after a ShellListView was filled completely.
Public eventSelectionChanged
Occurs when the selection of the ShellListView changes.
Top
See Also