C

GraphClipboardEventArgs

Event arguments used by GraphClipboard in events which are raised at the start or end of a clipboard operation.
Inheritance Hierarchy

Members

No filters for this type

Constructors

Creates a new instance with the given context and items.

Parameters

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.
readonlyfinal
The items which are or were copied during this clipboard operation.
readonlyfinal