I have implemented a knockout foreach binding, with multiple templates in the same page, one of the example is given here, what I am interested is in finding out when a bloc
Try afterRenderAll callback in knockout.js:
afterRenderAll
foreach: { data: myItems, afterRenderAll: myPostProcessingLogic }