Shell |
The ShellTreeView type exposes the following members.
| Name | Description | |
|---|---|---|
| AddTreeNode | This Event is triggered every time a ShellTreeNode is added to the ShellTreeView, that is, it's structure changed. You can use it to check and suppress nodes from being added to the ShellTreeView. | |
| 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
Obsolete | |
| 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 ShellTreeView executes a shell drop. | |
| BeforeShowContextMenu | This event is called before the ShellContextMenu is displayed. You may use it to cancel the context menu appearing or to modify the custom menu entries in the ContextMenuStrip. | |
| CheckStateChanged | This event is fired when the state of a checkbox was changed by the user. | |
| FolderUpdated | This Event is triggered every time the details of a Node are updated | |
| Initialized | Occurs when initialization of the component is completed. | |
| NodeChecked | Occurs when the checked state of an item was changed by the user. | |
| OperationPerformed | This event is fired after a ShellTreeView executed a shell operation like pasting. | |
| ShowOptionChanged | This event is fired after a ShellTreeView executed a shell operation like pasting. |