Topic: APLX Help : System Classes : Callbacks : onDragEnd
[ Previous | Next | Contents | Index | APL Home ]

www.microapl.co.uk

The 'onDragEnd' callback


Event number: 32
Valid for: Any visible control

The onDragEnd callback occurs for the source control when a drag-and-drop operation has been completed (the target control will receive an onDragDrop event).

The name of the target control (on to which the source control is being dragged) will be in the droptarget property.

The event-specific parameters in ⎕EV are (in index origin 1):

    ⎕EV[6]   The 'tie' property value of the target control to which
             the source control was dragged

Topic: APLX Help : System Classes : Callbacks : onDragEnd
[ Previous | Next | Contents | Index | APL Home ]