MSManipulationEvent object

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

Internet Explorer 10

 

DOM Information

Inheritance Hierarchy

 Event

    MSManipulationEvent

 UIEvent

    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

currentState

Read-only

Returns the current state of a manipulation event.

inertiaDestinationX

Read-only

Represents the predicted horizontal scroll offset after the inertia phase completes.

inertiaDestinationY

Read-only

Represents the predicted vertical scroll offset after the inertia phase completes.

lastState

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.

 

See also

Event

UIEvent

touchAction