onBeforeCut (Event handler)

Called immediately before a cut operation.

Availability:

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

If a selected area of the page is about to be cut 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, onBeforeCopy, onBeforePaste, Semantic event