Event arguments for the events in GraphCopier.
Inheritance Hierarchy
EventArgs
ItemCopiedEventArgs
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.
Type Details
- yFiles module
- view
Constructors
Creates a new argument for the given item and its original.
Parameters
options - Object
A map of options to pass to the method.
A map of options to pass to the method.
- original - T
- The original of the copied item.
- copy - T
- The copied item.