TreeControl Events

LabView Local Project Settings

TreeControl Events

Installed With: Full Development System

Inherits from Control. View the class hierarchy.

EventDescription
Double ClickGenerated when a user double-clicks an item in the tree control. Details
Drag StartingGenerated when you start a drag from a tree control. Details
Drag Starting?Generated when you start a drag from a tree control. Details
Edit CellGenerated 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 CloseGenerated 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 OpenGenerated 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