It's a late reply, but just for the reference:
Event handlers are automatically removed when the element is destroyed.
Once caveat is IE's proprietary (and now deprecated < 9) attachEvent, and Knockout indeed solves this issue by explicitly calling detachEvent.