HTML DOM ClipboardEvent

ClipboardEvent object

Gebeurtenis die optreedt wanneer het clipboard wordt gewijzigd, behoort tot het ClipboardEvent object.

ClipboardEvent eigenschappen en methoden

eigenschappen/methode Description
clipboardData Returns an object that contains data affected by clipboard operations.

Inherited properties and methods

ClipboardEvent inherits all properties and methods from the following objects:

Event object


Event type

These event types belong to the ClipboardEvent object:

Event Description
oncopy This event occurs when the user copies the content of an element.
oncut This event occurs when the user cuts the content of an element.
onpaste This event occurs when the user pastes content into an element.