DiagramItemsPastingEventArgs(DiagramControl, ReadOnlyCollection<AddingItem>) Constructor
Initializes a new instance of the DiagramItemsPastingEventArgs class.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
public DiagramItemsPastingEventArgs(
DiagramControl source,
ReadOnlyCollection<AddingItem> items
)
Parameters
Name | Type | Description |
---|---|---|
source | DiagramControl | The DiagramControl that raised the event. |
items | ReadOnlyCollection<DevExpress.Xpf.Diagram.AddingItem> | A collection of DevExpress.Xpf.Diagram.AddingItem objects that store information about items that are being pasted. |
See Also