RobotStudio event

How do I can connect to (c#) events from simulation

Good morning all, I'm trying to synchronize my addin code's to the end of the execution of a RsPathProcedure.MoveAlong(). The problem is that in order to execute a sequence of three paths I would like to get some notification (event) to correctly schedule the three corresponding MoveAlong(). Thanks