| Quintiq file version 2.0 | 
| #parent: SplitterWnd1/MatrixEditorShiftPattern | 
| Response OnEndEdit ( | 
|   ShiftDay cell, | 
|   structured[Duration] newvalue | 
| ) id:Response_SplitterWnd1_MatrixEditorShiftPattern_OnEndEdit | 
| { | 
|   #keys: '[110880.4.1356826767]' | 
|   Body: | 
|   [* | 
|     // Validate input | 
|      | 
|     value := newvalue.Element( 0 ); | 
|     cell.Update( value, false ); | 
|      | 
|     this.EndEdit( false ); | 
|   *] | 
|   CanBindMultiple: false | 
|   DefinitionID: 'Responsedef_MatrixEditor_OnEndEdit' | 
|   Precondition: | 
|   [* | 
|     sanitycheckfeedback := ''; | 
|     return ShiftDay::ValidateInput( feedback,sanitycheckfeedback , newvalue ); | 
|   *] | 
|   UserRequiresReadWrite: true | 
| } |