handlers
Access the handlers tree directly.
can-key-tree
The handlers property is a lazily defined property containing all handlers bound with on and @can.onValue. It is a can-key-tree defined like:
this.handlers = new KeyTree([Object, Array])
It is configured to call onBound and onUnbound on the instances when the first item is added to the tree and when the tree is emptied.