33 out of 76 rated this helpful - Rate this topic

Objects and Events

This section describes events, including those described in Document Object Model (DOM) Level 3 Events.

In this section

TopicDescription

AnimationEvent

Provides contextual information associated with animation events.

BeforeUnloadEvent

Provides event properties that are specific to the onbeforeunload event.

CloseEvent

Sent to clients using WebSockets when the connection is closed.

CompositionEvent

Provides event properties that are specific to text composition events.

CustomEvent

Provides event properties that are specific to user-defined custom events.

DragEvent

Provides event properties that are specific to drag-and-drop events.

Event

Provides event properties and methods that are common to all events.

FocusEvent

Provides event properties that are specific to focus events.

KeyboardEvent

Provides event properties that are specific to keyboard events.

MessageEvent

Provides event properties that are specific to the onmessage event.

MouseEvent

Provides event properties that are specific to mouse events.

MouseWheelEvent

Provides event properties that are specific to the onmousewheel event.

This object is not supported for Windows Store apps built for Windows using JavaScript.

MutationEvent

Provides event properties that are specific to modifications to the DOM hierarchy and nodes.

MSGesture

Provides high level methods and properties that represent touch, mouse, or pen interaction with elements on a page.

MSGestureEvent

Provides contextual information associated with gesture events.

MSManipulationEvent

Event that provides contextual information when contact is made to the screen and an element is manipulated.

MSPointerEvent

Provides contextual information associated with touch, pen or mouse events.

MSSiteModeEvent

Provides event properties that are specific to pinned site events.

PopStateEvent

Fires when a history entry changes.

ProgressEvent

Provides event properties for displaying the progress of operations.

StorageEvent

Provides event properties that are specific to the onstorage event.

TextEvent

Provides event properties that are specific to text events.

TransitionEvent

Provides specific contextual information associated with Cascading Style Sheets (CSS) transitions.

UIEvent

Provides event properties that are specific to UI events.

WheelEvent

Provides event properties that are specific to the onmousewheel event.

This object is not supported for Windows Store apps using JavaScript.

 

 

 

Send comments about this topic to Microsoft

Build date: 1/23/2013

Community Additions

ADD
© 2013 Microsoft. All rights reserved.