Drag Source Drop Event

Description

In BBj 7.0 and higher, this event fires when the user drops data to a control that has registered for the ON_DROP_TARGET_DROP event.

Mandatory/Optional

Optional.

Event Mask Bit

None. Event is always visible.

Event Template

context:u(2),code:c(1),id:u(2),flags:u(1),x:u(2),y:u(2)

Field

Description

context

Context of the window on which the drop event occurred.

code

D

id

Control ID of the control (or 0 if window) on which the drop event originated.

flags

Action
0 = None
1 = Copy
2 = Move
3 = Copy or Move
4 = Link

x

If data was dragged from a BBjControl in the same BBj session, the context of the window from which the data was dragged.

y

If data was dragged from a BBjControl in the same BBj session, the control ID of the control from which the data was dragged.

See Also

BBjDropTargetDropEvent