'How to use oncopy in Internet Explorer

Is there a way to make this work in IE? It works in Chrome and Firefox.

<html>
  <body>
    <div oncopy="alert('text copied')">
      Copy me
    </div>
  </body>
</html>


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source