Creates an instance of EventHandle.
Owner
Name
Callback function
Registers a new event listener on the same owner as the EventHandle. This method allows chaining additional event listeners to the owner of this event handle.
Name
Callback function
EventHandle manages the binding and unbinding of event listeners. It provides a convenient way to add, remove, and invoke event handlers associated with specific event names. Each EventHandle is linked to an 'owner' object, typically an instance of the Events class, allowing for elegant event management and chaining.