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
Build date: 11/29/2012