EVENT_DROPPED
- Updated2023-02-21
- 1 minute(s) read
Description
Tree and Tab Controls—After a user drops a tree item or tab page, LabWindows/CVI generates an EVENT_DROPPED event and sends the event to the callback function associated with the control.
Splitter Controls—At the end of the splitter operation, LabWindows/CVI generates an EVENT_DROPPED event and sends the event to the callback function associated with the control.
This event is not swallowable.
Applies To
Event Data Parameters
User Interface Object | Event Data Values |
---|---|
Trees and tabs | eventData1 = Not used eventData2 = itemIndex |
Splitters | eventData1 = Vertical coordinates of the current drag line position eventData2 = Horizontal coordinates of the current drag line position |
LabWindows/CVI Compatibility
LabWindows/CVI 7.0 and later