Événement ONDRAG en HTML

<html>
  <body>
    <button ondrag="alert('This is a ondrag attribute')">Drag ME</button>
  </body>
</html>
Yasin