Class Event

An event object.

Hierarchy (view full)

Constructors

Accessors

Methods

  • Prevent the default action associated with this event from being executed.

    Returns void

  • Stop the propagation of this event. Remaining event handlers will not be executed.

    Returns void