0 out of 1 rated this helpful - Rate this topic

addListener method

Adds the callback function to the list of listeners for the MediaQueryList object. The function is called whenever the evaluation of the media query changes.

Internet Explorer 10

Syntax

var retval = MediaQueryList.addListener(listener);

Parameters

listener [in]

The event handler function to associate with the event.

Return value

Type: HRESULT

This method can return one of these values.

S_OK

Standards information

See also

MediaQueryList

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.