add_listener method
add_listener
Add MediaQueryList matches state change event listener.
def add_listener(self, listener):
...
| Parameter | Type | Description |
|---|---|---|
| listener | aspose.html.dom.events.IEventListener | Takes an interface implemented by the user which contains the methods to be called when the event occurs. |
See Also
- module
aspose.html.window - class
MediaQueryList