onMSVideoFormatChanged | onMSVideoFormatChanged event
Occurs when the video format changes.
![]() |
Syntax
| HTML Attribute | <element onMSVideoFormatChanged = "handler(event)"> |
| Event Property | object.onMSVideoFormatChanged = handler; |
| attachEvent Method | object.attachEvent("onMSVideoFormatChanged", handler) |
| addEventListener Method | object.addEventListener("", handler, useCapture) |
Event handler parameters
- val [in]
Type: Function
.png)