Event that provides contextual information when contact is made to the screen and an element is manipulated.
Syntax
element.addEventListener("MSManipulationEvent", manipulationListener, false);
DOM Information
Inheritance Hierarchy
Event
MSManipulationEvent
UIEvent
MSManipulationEvent
Members
The MSManipulationEvent object has these types of members:
Events
The MSManipulationEvent object has these events.
| Event | Description |
|---|---|
| MSManipulationStateChanged |
Event fires when the state of an element being manipulated has changed. |
Methods
The MSManipulationEvent object has these methods.
| Method | Description |
|---|---|
| initMSManipulationEvent |
Used to create a manipulation event that can be called from JavaScript. |
Properties
The MSManipulationEvent object has these properties.
| Property | Description |
|---|---|
|
Returns the current state of a manipulation event. | |
|
Returns the last state after a manipulation change event. |
Remarks
Note For more information about controlling touch behavior and using multi-touch, see Guidelines for Building Touch-friendly Sites.
See also
Build date: 11/29/2012