HTML DOM ClipboardEvent
The ClipboardEvent Object
The ClipboardEvent Object handles events that occur when the clipboard is modified.
Clipboard Events
Event | Occurs When |
---|---|
oncopy | A user copies the content of an element |
oncut | A user cuts the content of an element |
onpaste | A user pastes content into an element |
ClipboardEvent Properties
Property | Returns |
---|---|
clipboardData | An object containing the data affected by the clipboard operation |
Inherited Properties and Methods
The ClipboardEvent inherits all the properties and methods from: