Velo CustomElement does not fire dispatchEvent

Hi, I am using a CustomElement with the ‘this.dispatchEvent’ function. However, the $w(“#myCustomElement”).on function never triggers. I have tried suggestions from other posts which dictate to shift around names of events, customElements, tags, etc. Has anyone had similar issues?