Quintiq file version 2.0 
 | 
#parent: ListRunSequenceElement 
 | 
Response OnDrop ( 
 | 
  LibOpt_BT_RunSequenceElement information, 
 | 
  LibOpt_BT_RunSequenceElement target 
 | 
) id:Response_ListRunSequenceElement_OnDrop 
 | 
{ 
 | 
  #keys: '[138586.1.509875803]' 
 | 
  Body: 
 | 
  [* 
 | 
    // Drag and drop after 
 | 
    information.RunSequence().MoveAfter( information, target ); 
 | 
  *] 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID: 'Responsedef_GUIComponent_OnDrop' 
 | 
  Precondition: 
 | 
  [* 
 | 
    return LibOpt_BT_RunSequenceElement::CanPlanAfterPrecondition( target ); 
 | 
  *] 
 | 
} 
 |