BBjDragSourceDropEvent
                                            Description
                                            
            In BBj 7.00 and higher, this event is returned by BBjAPI().getLastEvent() when the program is executing callback code that the program has registered for the ON_DRAG_SOURCE_DROP event.
                                            Methods of BBjDragSourceDropEvent
                                            
                                            Methods of BBjDragSourceDropEvent implemented for MultiSourceEvent
                                            Methods of BBjDragSourceDropEvent inherited from BBjSysGuiEvent
                                            
                                            Methods of BBjDragSourceDropEvent inherited from BBjEvent
                                            
                                            Constants
                                            
                                                
                                                
                                                
                                                    
                                                        | Constant | Value | 
                                                
                                                
                                                    
                                                        | ACTION_NONE | 0 | 
                                                    
                                                        | ACTION_COPY | 1 | 
                                                    
                                                        | ACTION_MOVE | 2 | 
                                                    
                                                        | ACTION_COPY_OR_MOVE | 3 | 
                                                    
                                                        | ACTION_LINK | 1073741824 | 
                                                
                                            
                                            See Also
                                            CALLBACK Verb - Register BBj Subroutine
                                            
                                            BBjControl::setCallback
                                            
                                            BBj Drag and Drop