__GetEventReturns the event listener specific to the Element.
| Key | Description | 
|---|---|
| element | Any Element object. | 
| name | A case-sensitive string representing the event name. | 
| type | A case-sensitive string representing the event type. | 
Returns the event listener for the current Element with the specified name.
The frontend framework can retrieve the event listener of an Element as follows.