onCut (Event handler)

Called when a Cut operation is requested by the user.

Availability:

JScript - 5.0
Internet Explorer - 5.0
JavaScript syntax:IEmyObject.oncut = aHandler

If the user cuts some page content to the clipboard, you may want to know that it has happened and do something about it or perhaps even block the action.

See also:dataTransfer.getData(), Event, Event handler, Event model, Event names, Event object, Event.returnValue, Handler, onCopy, onPaste, Semantic event