the event type
the object who triggered this event
the current target of this event
the origin of this event
the original event object
Current target of this event
Object who triggered this event
Original event object
Origin of this event
Event name
Returns true if wcardinal.event.Event#preventDefault was called previously.
true if wcardinal.event.Event#preventDefault was called previously
Returns true if wcardinal.event.Event#stopImmediatePropagation was called previously.
true if wcardinal.event.Event#stopImmediatePropagation was called previously
Returns true if wcardinal.event.Event#stopPropagation was called previously.
true if wcardinal.event.Event#stopPropagation was called previously
Prevents the default action of this event from being executed.
this
Prevents the rest of event handlers from being notified of this event.
this
Prevents this event from bubbling up the DOM tree, and any parent handlers from being notified of this event.
this
Generated using TypeDoc
Provides event data and event operations