Quintiq file version 2.0 
 | 
#parent: ListPRData_844 
 | 
Response OnUserCheckedChanged ( 
 | 
  structured[PRData] checkeditems 
 | 
) id:Response_ListPRData_844_OnUserCheckedChanged 
 | 
{ 
 | 
  #keys: '[414384.0.798051163]' 
 | 
  CanBindMultiple: false 
 | 
  DefinitionID: 'Responsedef_WebList_OnUserCheckedChanged' 
 | 
  GroupServerCalls: true 
 | 
  QuillAction 
 | 
  { 
 | 
    Body: 
 | 
    [* 
 | 
      info( "checked " + [String]checkeditems.Size() + " PRs" ); 
 | 
      DataHolderChecked.Data( checkeditems.Copy() ); 
 | 
    *] 
 | 
  } 
 | 
} 
 |