1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  | Quintiq file version 2.0 
 |  #parent: #root 
 |  Response OnDragCreate ( 
 |    LibCal_Calendar row 
 |  ) id:Response_LibCal_gcResourceCalendars_OnDragCreate 
 |  { 
 |    #keys: '[131094.0.1866770141]' 
 |    Body: 
 |    [* 
 |      // Create a new event. 
 |      LibCal_GlobalState.DetermineStartAndEndOfEvent( start, end ); 
 |       
 |      LibCal_GlobalState.CreateEvent( this, row, start, end ); 
 |    *] 
 |    CanBindMultiple: false 
 |    DefinitionID: 'Responsedef_GanttChart_OnDragCreate' 
 |  } 
 |  
  |