The cut
event is fired when the user has initiated a "cut" action through the browser's user interface.
The original target for this event is the Element
that was the intended target of the cut action. You can listen for this event on the Window
interface to handle it in the capture or bubbling phases. For full details on this event please see the page on the Element: cut event.