on-myListener
listener will be set on mylistener
event.listen
you can also use unlisten
method remove any listener.property-changed
e.g if property is myProperty
event will be my-propert-changed
(camel casing to '-'). You can listen to them either by using on-event
attribute of listener
Object.e.detail.value
for property change events.