Is there some sort of 'submit_success' event along side the 'submit' event?

I’ve got an event listener on ‘submit’. addEventListener(“submit”… works well.
However what I really need is an event listener for the successful submission on submit. How can I detect the successful submission event? Is there one that’s fired?

I’ve been searching endlessly through the documentation, these forums, and the Facebook group. I see others have asked this question but it was never answered. The default Bricks form has a success event called but I’d prefer to use what I’ve set up in Pro Forms.

Thank you