Drag Source Drop Event
Description
In BBj 7.0 and higher, this event fires when the user drops data from a control that has registered for the ON_DRAG_SOURCE_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 drag event occurred. |
|
code |
O (uppercase letter "o") |
|
id |
Control ID of the control (or 0 if window) on which the drag event originated. |
|
flags |
Action |
|
x |
Success (1) or failure (0). |
|
y |
0 |