HTML DOM ClipboardEvent

❮ DOM Events ❮ Event Objects


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:

The Event Object


❮ DOM Events ❮ Event Objects

Copyright 1999-2023 by Refsnes Data. All Rights Reserved.