C

GraphClipboardEventArgs

Event data used by GraphClipboard for 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

Gets the IGraphClipboardContext which is valid for the current clipboard operation.
readonlyfinal
Gets the items which are or were copied during this clipboard operation.
readonlyfinal