MSManipulationEvent object
Event that provides contextual information when contact is made to the screen and an element is manipulated.
![]() |
DOM Information
Inheritance Hierarchy
MSManipulationEvent
MSManipulationEvent
Members
The MSManipulationEvent object has these types of members:
- Events
- Methods
- Properties
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 | Access type | Description |
---|---|---|
Read-only |
Returns the current state of a manipulation event. |
|
Read-only |
Represents the predicted horizontal scroll offset after the inertia phase completes. |
|
Read-only |
Represents the predicted vertical scroll offset after the inertia phase completes. |
|
Read-only |
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.