| Quintiq file version 2.0 | 
| #parent: SplitterWnd3/MatrixEditorPeriodTask | 
| Response OnEndEdit ( | 
|   PeriodTaskOperation cell, | 
|   Real newvalue | 
| ) id:Response_SplitterWnd3_MatrixEditorPeriodTask_OnEndEdit | 
| { | 
|   #keys: '[112884.0.422668459]' | 
|   Body: | 
|   [* | 
|     // Edit period task's operation quantity | 
|     cell.Update( newvalue, true ); | 
|     this.EndEdit( false ); | 
|   *] | 
|   DefinitionID: 'Responsedef_MatrixEditor_OnEndEdit' | 
|   Precondition: | 
|   [* | 
|     return PeriodTaskOperation::ValidateInput( feedback, newvalue ); | 
|   *] | 
|   UserRequiresReadWrite: true | 
| } |