Quintiq file version 2.0 
 | 
#parent: GanttChartCapacityPlanning 
 | 
Response OnSelectionChanged ( 
 | 
  structured[Object] selection 
 | 
) id:Response_GanttChartCapacityPlanning_OnSelectionChanged 
 | 
{ 
 | 
  #keys: '[136682.2.1103593923]' 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID: 'Responsedef_WebGanttChart_OnSelectionChanged' 
 | 
  GroupServerCalls: true 
 | 
  QuillAction 
 | 
  { 
 | 
    Body: 
 | 
    [* 
 | 
      //Set selection to dataholder  
 | 
      DataHolderSelection.Data( selection.Copy() ); 
 | 
    *] 
 | 
  } 
 | 
} 
 |