FMOD_STUDIO_EVENT_CALLBACK_SOUND_STOPPED events on parameter change

I have an eventInstance that is getting a FMOD_STUDIO_EVENT_CALLBACK_SOUND_STOPPED event when I set a parameter. This parameter event causes one part of the audio to stop, and another to play. are there best practices to ensure that this doesn’t happen?

Never mind, I was checking the wrong callback.