Item.attachedCallback = function () { console.log('Attached'); var evt = new CustomEvent('itemchanged'); this.dispatchEvent(evt); }