Effect Events cane be used as a part of effect logic but behaving like an event handler. The logic inside is not reactive but always "sees" the latest values of props and state. They can be called inside an Effect.
While event handlers run in response to a user interaction, effect events are triggered by the programmer in effects.