DiagramEvent for pasting a node/part

“ExternalObjectsDropped”, Parts have been copied into the Diagram by drag-and-drop from outside of the Diagram; the DiagramEvent#subject is the Diagram#selection, and this is called within a transaction.

This works if I drag and drop events from my palette.

Is there an event that triggers upon pasting a part/node onto my diagram?

If not, how can I work around it?

The “ClipboardPasted” DiagramEvent.
DiagramEvent | GoJS API