[readonly] timeStamp : number The timestamp when the event occurred.
[readonly] target : Object The original target the event triggered on.
[readonly] type : string The string name of the event that this represents.
[readonly] data : Object The data that was passed in with this event.
new Event(target, name, data) Creates an homogenous object for tracking events so users can know what to expect. Parameters