There is no event for it. You could simply loop over the slots and set the particle z-order when the relevant slot is encountered. This is fast and will work for many hundreds of slots without being able to notice the time it takes.
Another way might be to modify the renderer, so as each slot is rendered, the particles are also rendered at the appropriate time, then more slots are rendered.