Requires: Base Development System
Inherits from Control. View the class hierarchy.
Event | Description |
---|---|
Double Click | Generated when a user double-clicks an item in the tree control. Details |
Drag Starting | Generated when you start a drag from a tree control. Details |
Drag Starting? | Generated when you start a drag from a tree control. Details |
Edit Cell | Generated when the user enters new text or changes text in a cell. Details |
Edit Cell? | Generated when the user enters new text or changes text in a cell but before the new or changed text appears. Details |
Item Close | Generated when the user closes an item in the tree control to hide any child items under the item. Details |
Item Close? | Generated when the user closes an item in the tree control to hide any child items under the item but before the item closes. Details |
Item Open | Generated when the user expands an item in the tree control to display any child items under the item. Details |
Item Open? | Generated when the user expands an item in the tree control to display any child items under the item but before the item opens. Details |