| ShellTreeView Events | 
The ShellTreeView type exposes the following members.
 Events
Events| 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 | 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
             | 
|   | 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.
             | 
|  | 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.
             | 
 See Also
See Also