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
| Synchronous | Yes |
|---|---|
| Bubbles | No |
| Cancelable | No |
Event handler parameters
- pEvent [in]
-
Type: Event
The event object.
See also
Send comments about this topic to Microsoft
Build date: 1/23/2013