documentationfor yFiles for HTML 2.6

ItemCopiedEventArgs<T>

Event arguments for the events in GraphCopier.

Inheritance Hierarchy
EventArgs
ItemCopiedEventArgs

Remarks

This event is used for the NodeCopied, EdgeCopied, PortCopied, GraphCopied, LabelCopied, and ObjectCopied 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-component
yfiles-umd modules
All view modules
Legacy UMD name
yfiles.graph.ItemCopiedEventArgs

Constructors

Properties