Skip to main content
A newer version of this page is available. .

DiagramItemsPastingEventArgs(ReadOnlyCollection<AddingItem>) Constructor

Initializes a new instance of the DiagramItemsPastingEventArgs class.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.2.dll

Declaration

public DiagramItemsPastingEventArgs(
    ReadOnlyCollection<AddingItem> items
)

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