onBeforePaste (Event handler)

Called immediately before a paste operation.

Availability:

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

If a form element is about to have its contents pasted from 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, onBeforeCopy, onBeforeCut, Semantic event