Window.DragExit

From Xojo Documentation

Event


Window.DragExit(Obj as DragItem, Action as Integer)

Supported for all project types and targets.

Fires when the DragItem exits the Window.

Notes

The Action parameter specifies the drag action. It can take the following class constants of the DragItem class:

Class Constant
DragActionDefault
DragActionCopy
DragActionMove
DragActionLink