Drag Leave

Generated when there is a drag operation pending and the mouse leaves a control that can accept a drag, or if a user cancels a drag and drop operation when hovering over a control.

You can use this event in conjunction with other control events to implement custom drag-and-drop behavior. Use this event if you need notifications when the mouse leaves the drop target or if the user cancels drag and drop operation when hovering over the drop target.

Event Data Fields

Name Description
Source

Source of the event. LabVIEW UI refers to any built-in user interface event.

0LabVIEW UI
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.

CtlRef

Reference to the control on which the event occurred.

AvailableDataNames

Array of unique names of data types available during this drag and drop operation. Use this array to determine if a data type is available that the drop target can accept