Requires: Base Development System
Class: TreeControl Events
Type: Filter
Generated when the user enters new text or changes text in a cell but before the new or changed text appears.
Name | Description | ||
---|---|---|---|
Source | Source of the event. LabVIEW UI refers to any built-in user interface event.
| ||
Type | Type of event that occurred, such as Mouse Down, Value Change, Timeout, and so on. | ||
Time | Value of the millisecond timer when the event occurred. | ||
Time | Value of the millisecond timer when the event occurred. | ||
String | Text string that the user entered. | ||
Tag | Unique tag of the item on which the event occurred. | ||
Col | The column of the cell in which the event occurred. | ||
Discard? | Allows you to prevent LabVIEW from processing the event, bypassing the behavior normally triggered by that event. The default is FALSE. |