Methods
This section describes event related methods, including those described in Document Object Model (DOM) Level 3 Events.
In this section
| Topic | Description |
|---|---|
|
Registers an event handler for the specified event type. | |
|
Adds a contact on an element to an MSGesture object. | |
|
Gets or sets a value that indicates whether an event should be stopped from propagating up from the current target. | |
|
Creates a DOM event of the specified type. | |
|
Sends an event to the current element. | |
|
Fires a specified event on the object. | |
|
Retrieves a PointerPoint object that provides basic info on the pointer associated with the event. | |
|
Retrieves a collection of PointerPoint objects that represent the pointer history from the last pointer event up to and including the current pointer event. Each PointerPoint in the collection provides basic info on the pointer associated with the event. | |
|
Queries the state of the specified modifier key. | |
|
Initializes the values of an animation event. | |
|
Initializes the close event. | |
|
Initializes a new text composition event that the createEvent method created. | |
|
Initializes a new custom event that the createEvent method created. | |
|
Initializes a new drag event. | |
|
Creates an Error Event that can be dispatched from a JavaScript client. | |
|
Initializes a new generic event that the createEvent method created. | |
|
Initializes a new focus event that the createEvent method created. | |
|
Initializes a newly-created gesture event. | |
|
Initializes a new keyboard event that the createEvent method created. | |
|
Initializes a new cross-document message (XDM) event that the createEvent method created. | |
|
Initializes a new mouse event that the createEvent method created. | |
|
Initializes a new mouse wheel event that the createEvent method created. For the standards based method, see initWheelEvent. | |
|
Used to create a manipulation event that can be called from JavaScript. | |
|
Initializes a new DOM mutation (modification) event that the createEvent method created. | |
|
Used to create an MSPointerEvent from JavaScript. | |
|
Initializes the properties of a PopStateEvent. | |
|
Initializes the value of a ProgressEvent object. | |
|
Initializes a new text event that the createEvent method created. | |
|
Used to initialize the value of a TransitionEvent. | |
|
Initializes a new user interface event that the createEvent method created. | |
|
Initializes a new mouse wheel event that the createEvent method created. | |
|
Releases a pointer captured by an element. | |
|
Assigns the current pointer (touch, pen, or mouse) and MSPointerEvents to a specific element. | |
|
Cancels the default action of an event. | |
|
Removes an event handler that the addEventListener method registered. | |
|
Stops and resets all ongoing gesture and inertia related events, and fires an onmsgestureend event on the target element. | |
|
Prevents any further propagation of an event. | |
|
Prevents propagation of an event beyond the current target. |
Send comments about this topic to Microsoft
Build date: 1/23/2013