Requires: Base Development System
Class: MulticolumnListbox Events
Type: Notify
Generated when the user enters new text or changes text in a cell.
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. | ||
Coords | Coordinates of the mouse at the time of the event. Coordinates are relative to the origin of the pane. | ||
Coords.Row | The row of the cell in which the event occurred. | ||
Coords.Column | The column of the cell in which the event occurred. |