Language Reference Guide : 5. Events : ChildDragLeave Event
 
Share this page                  
ChildDragLeave Event
The ChildDragLeave event occurs during a drag-and-drop operation when the mouse cursor leaves a field that will accept the object being dragged or when the user cancels a drag-and-drop operation.
This event has the following syntax:
on childdragleave [compositefieldname]
If you specify compositefieldname, the event occurs only when the cursor leaves a child of the specified CompositeField.
The following attributes of the FrameExec class can be used in the ChildDragLeave event block:
TriggerField
Specifies the field that the cursor has just left
OriginatorField
Specifies the field, if any, specified in the ChildDragLeave statement