EventDefinition
Definition of a custom event that may be added to an event registry.
Definition of a custom event that may be added to an event registry.
Object
{String}:
The default event type of the event.
{function(target, eventType, eventArgs)}:
The function to add the listener to the target.
{function(target, eventType, eventArgs)}:
The function to remove the listener from the target.