The ClipboardEvent

DOM Events❮ Event Objects : Events that occur when the clipboard is modified, belongs to the ClipboardEvent Object."

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:

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