| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 | | Quintiq file version 2.0 |  | #parent: ListVoid |  | Response OnDrop ( |  |   structured[LibOpt_BT_QueueTemplateElement] information, |  |   LibOpt_BT_QueueTemplateElement target |  | ) id:Response_ListVoid_OnDrop_337 |  | { |  |   #keys: '[145136.0.136158603]' |  |   Body: |  |   [* |  |     //Move elements |  |     LibOpt_BT_QueueTemplateElement::MoveAfter( information, target ); |  |   *] |  |   CanBindMultiple: false |  |   DefinitionID: 'Responsedef_GUIComponent_OnDrop' |  | } | 
 |