RectControl.DragExit
From Xojo Documentation
Event
RectControl.DragExit(obj as DragItem,Action as Integer)
New in 2005r5
Supported for all project types and targets.
New in 2005r5
Supported for all project types and targets.
Fires when the passed DragItem exits the RectControl.
Notes
The Obj parameter is the item being dragged. The Action parameter specifies the drag action. It can take the following class constants of the DragItem class:
Value | Class Constant |
---|---|
0 | DragItem.DragActionDefault |
1 | DragItem.DragActionCopy |
2 | DragItem.DragActionMove |
3 | DragItem.DragActionLink |