MSManipulationEvent object
Event that provides contextual information when contact is made to the screen and an element is manipulated.
![]() |
DOM Information
Inheritance Hierarchy
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 | 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
See also
