onMSVideoFormatChanged | onMSVideoFormatChanged event

Occurs when the video format changes.

Internet Explorer 10

 

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

See also

HTMLVideoElement