C

ItemCopiedEventArgs<T>

Event arguments for the events in GraphCopier.
Inheritance Hierarchy

Remarks

This event is used for the node-copied, edge-copied, port-copied, graph-copied, label-copied, and 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

Creates a new argument for the given item and its original.

Parameters

original: T
The original of the copied item.
copy: T

Properties

Gets the copied item.
readonlyfinal
Gets the original of the copied item.
readonlyfinal