In this useful post we can learn how to listen to dispatched custom events by way of inline markup in the template: How do I fire a custom event from Polymer Dart? I wonder if it's possible to do the same in the dart-script when custom elements are dynamically created, like this:
var myElement = new Element.tag('my-element');