Package-level declarations

Contains the classes and interfaces of the DOM events.

Contains the classes and interfaces of the DOM events.

Types

Link copied to clipboard
interface CustomEvent : Event
interface CustomEvent : Event
A custom DOM event.
Link copied to clipboard
The parameters of the custom DOM event.
Link copied to clipboard
interface Event : Event
interface Event : Event
A DOM event, for example, mouse or keyboard event, provides access to the event data and methods to change the event behavior.
Link copied to clipboard
interface EventParams
interface EventParams
The general DOM event parameters.
Link copied to clipboard
interface EventTarget
interface EventTarget
Represents an event target that is able to process events, for example, a DOM node.
Link copied to clipboard
interface EventType
interface EventType
A DOM event type.
Link copied to clipboard
A keyboard event that provides access to the keyboard event data.
Link copied to clipboard
The DOM keyboard event parameters.
Link copied to clipboard
A mouse event that provides access to the mouse event data.
Link copied to clipboard
The DOM mouse event parameters.
Link copied to clipboard
A touch event that provides access to the touch event data.
Link copied to clipboard
The DOM touch event parameters.
Link copied to clipboard
A DOM UI event that can be fired with the key modifiers.
Link copied to clipboard
The DOM UI event parameters with the key modifiers.
Link copied to clipboard
A wheel event that provides access to the wheel event data.
Link copied to clipboard
The DOM wheel event parameters.