Drag Leave Event

Requires: Base Development System

Class: Control Events

Type: Notify

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

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

0LabVIEW UI
TypeType of event that occurred, such as Mouse Down, Value Change, Timeout, and so on.
TimeValue of the millisecond timer when the event occurred.
TimeValue of the millisecond timer when the event occurred.
Available Data NamesArray 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