onCopy (Event handler)

Called when a copy operation is requested by the user.

Availability:

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

If the user copies 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, onCut, onPaste, Semantic event