add_listener method
add_listener
Add MediaQueryList matches state change event listener.
def add_listener(self, listener):
...
Parameter | Type | Description |
---|---|---|
listener | aspose.svg.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.svg.window
- class
MediaQueryList