DragWithin
event (DataWindows)
Description
PowerBuilder only
Occurs when the user is dragging an object within the
control.
PowerBuilder event
information
Event ID: pbm_dwndragleave
|
Argument |
Description |
|---|---|
|
source |
DragObject by value. A reference to the control being |
|
row |
Long by value. The number of the row the pointer is If the pointer is not over a row, the value of |
|
dwo |
DWObject by value. A reference to the control under |
Return Values
There are no special outcomes for this event. The only code
is:
0 — Continue processing
Usage
The DragWithin event occurs repeatedly as the mouse moves within the
control.
Obsolete methods in
PowerBuilder
You no longer need to call the DraggedObject method in a drag event.
Use the source argument instead.
See also