Description
PowerBuilder only
Occurs when the user is dragging an object and enters the control.
PowerBuilder event information
Event ID: pbm_dwndragenter
Return Values
There are no special outcomes for this event. The only code is:
0 -- Continue processing
Usage
Obsolete methods in PowerBuilder
You no longer need to call the DraggedObject method in a drag event. Use the source argument instead.
See also