Interface | Description |
---|---|
IDocumentEvent |
The
IDocumentEvent interface provides a mechanism by which the user can create an Event of a type supported by the implementation. |
IEventListener |
The
IEventListener interface is the primary method for handling events. |
IEventTarget |
The
EventTarget interface is implemented by all Nodes in an implementation which supports the DOM Event Model. |
Class | Description |
---|---|
CustomEvent |
Events using the CustomEvent interface can be used to carry custom data.
|
CustomEvent.CustomEventInit |
Represents a dictionary that is having optional arguments for setting the detail information about the event.
|
DocumentLoadErrorEvent |
The
DocumentLoadErrorEvent occurres when the requested resource is not available. |
DOMEventHandler |
Represents the callback for event handling.
|
ErrorEvent |
The
ErrorEvent provides contextual information about an errors that occurred during runtime. |
ErrorEvent.ErrorEventInit |
Represents a dictionary that is having optional arguments for setting the details information about the event.
|
Event |
The
Event is used to provide contextual information about an event to the handler processing the event. |
Event.EventInit |
Represents a dictionary that is having optional arguments for setting the details information about the event.
|
FocusEvent |
The FocusEvent interface provides specific contextual information associated with Focus events.
|
InputEvent |
Input events are sent as notifications whenever the DOM is being updated.
|
KeyboardEvent |
The KeyboardEvent interface provides specific contextual information associated with keyboard devices.
|
MouseEvent |
The MouseEvent interface provides specific contextual information associated with Mouse events.
|
UIEvent |
The UIEvent interface provides specific contextual information associated with User Interface events.
|
UIEvent.UIEventInit |
Represents a dictionary that is having optional arguments for setting the details information about the event.
|
WheelEvent |
The WheelEvent interface provides specific contextual information associated with wheel events.
|