Drag Leave Event

LabView Local Project Settings

Drag Leave Event

Installed With: Full 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.

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.
CtlRefReference to the control on which 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