Event arguments used by GraphClipboard in events which are raised at the start or end of a clipboard operation.
Inheritance Hierarchy
EventArgs
GraphClipboardEventArgs
Type Details
- yFiles module
- view
Constructors
Creates a new instance with the given context
and items
.
Parameters
options - Object
A map of options to pass to the method.
A map of options to pass to the method.
- context - IGraphClipboardContext
- The context which is valid for the current clipboard operation.
- items - List<IModelItem>
- The items to be copied or which were copied in the current clipboard operation.
Properties
The IGraphClipboardContext which is valid for the current clipboard operation.
The items which are or were copied during this clipboard operation.
Remarks
- items-copying / items-cutting – The items from the source graph which are about to be copied. Items can be added or removed. Items which are not from the source graph will be ignored.
- items-pasting – The items from the clipboardGraph which are about to be pasted. Items can be added or removed. Items which are not from the clipboardGraph will be ignored.
- items-duplicating – The items from the source graph which are about to be duplicated. Items can be added or removed. Items which are not from the source graph will be ignored.
- items-copied / items-cut – The items which were copied into the clipboardGraph. The items are contained in the clipboardGraph.
- items-pasted – The items which were pasted from the clipboardGraph into the target graph. The items are contained in the target graph.
- items-duplicated – The duplicates of the items to be duplicated. The items are contained in the target graph.