I see what you mean. No, there isn’t a variable type for event dispatchers. The event dispatcher should be created in the sender, then you reference the sender to bind a custom event to it in the receiver. You should not bind an event that is calling the bind event, try a setup like what I have in the picture above.