Event that is fired when a pointer is captured to the element.
Syntax
| HTML Attribute | <element onmsgotpointercapture = "handler(event)"> |
|---|---|
| Event Property | object.onmsgotpointercapture = handler; |
| addEventListener Method | object.addEventListener("MSGotPointerCapture", handler, useCapture) |
Event handler parameters
- handler [in]
-
Type: Function
Function name to be executed when the event is fired.
Remarks
Note For more information about controlling touch behavior and using multi-touch, see Guidelines for Building Touch-friendly Sites.
See also
- HTMLElement
- DOM pointer and gesture event handling sample
- msTouchAction
- setCapture
- MSPointerEvent
- MSGesture
- MSGestureEvent
Build date: 11/29/2012