onBeforeCopy (Event handler)

Called immediately before a copy operation.

Availability:

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

If a selected area of the page is about to be copied to the clipboard, this allows the event to be intercepted and blocked if necessary.

See also:Event, Event handler, Event model, Event names, Event object, Event.returnValue, Handler, onBeforeCut, onBeforePaste, Semantic event