DiagramItemsPastingEventArgs(ReadOnlyCollection<AddingItem>) Constructor
Initializes a new instance of the DiagramItemsPastingEventArgs class.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | ReadOnlyCollection<DevExpress.XtraDiagram.AddingItem> | A collection of DevExpress.XtraDiagram.AddingItem objects that store information about items that are being pasted. |
See Also