My canvas overlayImage is a group of Lines(like a grid). I am able to add a new Line (with button click) to that group with group.addWithUpdate(newLine) and update the existing overlayImage. Everything works well, but I want to execute events (mouseover, mousedown) only those line(s), which have been added via a button. As I understand overlayImage does not take en events, isn't it?