JavaScript Detect Wheel de desplazamiento

element.onscroll = function() {
  // Code here
}
TC5550