The ClipboardEvent
THE WORLD'S LARGEST WEB DEVELOPER SITE

HTML DOM ClipboardEvent

❮ DOM Events ❮ Event Objects


The ClipboardEvent Object

Events that occur when the clipboard is modified, belongs to the ClipboardEvent Object.


ClipboardEvent Properties and Methods

Property/Method Description
clipboardData Returns an object containing the data affected by the clipboard operation

Inherited Properties and Methods

The ClipboardEvent inherits all the properties and methods from:

The Event Object


Event Types

These event types belongs to the ClipboardEvent Object:

Event Description
oncopy The event occurs when the user copies the content of an element
oncut The event occurs when the user cuts the content of an element
onpaste The event occurs when the user pastes some content in an element

❮ DOM Events ❮ Event Objects