0 out of 1 rated this helpful - Rate this topic

copy | copy event

Fires on the source element when the user copies the object or selection, adding it to the system clipboard.

Syntax

HTML Attribute <element copy = "handler(event)">
Event Property object.copy = handler;
addEventListener Method object.addEventListener("", handler, useCapture)

Event information

SynchronousYes
BubblesNo
CancelableNo

Event handler parameters

pEvent [in]

Type: Event

The event object.

See also

Element

 

 

Send comments about this topic to Microsoft

Build date: 1/23/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.