MSContentZoom | onmscontentzoom event
Event fires when a user zooms the element.
![]() |
Syntax
| HTML Attribute | <element onmscontentzoom = "handler(event)"> |
|---|---|
| Event Property | object.onmscontentzoom = handler; |
| addEventListener Method | object.addEventListener("MSContentZoom", handler, useCapture) |
Event handler parameters
- handler [in]
-
Type: Function
Function name to be executed when the event is triggered.
Remarks
Note For more information about controlling touch behavior and using multi-touch, see Guidelines for Building Touch-friendly Sites.
See also
Send comments about this topic to Microsoft
Build date: 1/23/2013
