MSManipulationStateChanged | onmsmanipulationstatechanged event

0 out of 2 rated this helpful - Rate this topic

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

Syntax

HTML Attribute <element onmsmanipulationstatechanged = "handler(event)">
Event Property object.onmsmanipulationstatechanged = handler;
addEventListener Method object.addEventListener("MSManipulationStateChanged", handler, useCapture)

Event handler parameters

handler [in]

Type: Function

Function name to be executed when the event is triggered.

Remarks

You can get manipulation states using the lastState and currentState properties.

Note  For more information about controlling touch behavior and using multi-touch, see Guidelines for Building Touch-friendly Sites.

See also

HTMLElement
MSManipulationEvent
msTouchAction
lastState
currentState

 

 

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.