This topic has not yet been rated - Rate this topic

MSManipulationEvent object

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.

EventDescription
MSManipulationStateChanged

Event fires when the state of an element being manipulated has changed.

 

Methods

The MSManipulationEvent object has these methods.

MethodDescription
initMSManipulationEvent

Used to create a manipulation event that can be called from JavaScript.

 

Properties

The MSManipulationEvent object has these properties.

PropertyDescription

currentState

Returns the current state of a manipulation event.

lastState

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

msTouchAction

 

 

Build date: 11/29/2012

© 2013 Microsoft. All rights reserved.