add_listener method

add_listener

Add MediaQueryList matches state change event listener.

def add_listener(self, listener):
    ...
ParameterTypeDescription
listeneraspose.svg.dom.events.IEventListenerTakes an interface implemented by the user which contains the methods to be called when the event occurs.

See Also