onmsmanipulationstatechanged event
Event fires when the state of an element being manipulated has changed.
![]() |
Syntax
| HTML Attribute | <element onmsmanipulationstatechanged = "handler(event)"> |
|---|---|
| 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 IDOMMSManipulationEvent::lastState and IDOMMSManipulationEvent::currentState properties.
Note For more information about controlling touch behavior and using multi-touch, see Guidelines for Building Touch-friendly Sites.
Note This item described in this topic requires Windows 8.
See also
- IHTMLCSSStyleDeclaration2::touchAction
- IDOMMSManipulationEvent::lastState
- IDOMMSManipulationEvent::currentState
Show:
