Event arguments for the events in GraphCopier.
Inheritance Hierarchy
Remarks
This event is used for the GraphCopier.node-copied, GraphCopier.edge-copied, GraphCopier.port-copied, GraphCopier.graph-copied, GraphCopier.label-copied, and GraphCopier.object-copied events. This event holds references to the original of the copied item and the copied item itself.
Type Parameters
T
- The logical base type of the copied item.
Members
No filters for this type
Constructors
Parameters
- original: T
- The original of the copied item.
- copy: T
- The copied item.
Properties
Gets the original of the copied item.
Gets the original of the copied item.
readonlyfinal