RB.DisplayPageModel::drop-received

def callback(display_page_model, target, pos, data, user_param1, ...)

Emitted when a drag and drop operation to the display page tree completes.

display_page_model :

instance of RB.DisplayPageModel that is emitting the signal

target :

the RB.Source receiving the drop

pos :

the drop position

data :

the drop data

user_param1 :

first user parameter (if any) specified with the connect() method

... :

additional user parameters (if any)