DiagramBeforeItemsMovingEventArgs(IList<DiagramItem>, ItemsActionSource, Boolean) Constructor
The DiagramControl that raised the event.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
public DiagramBeforeItemsMovingEventArgs(
IList<DiagramItem> items,
ItemsActionSource actionSource,
bool isCopying
)
Parameters
Name | Type | Description |
---|---|---|
items | IList<DiagramItem> | A collection of items the user is attempting to move. |
actionSource | ItemsActionSource | A DevExpress.Diagram.Core.ItemsActionSource enumeration value that indicates whether the moving operation is performed using drag-and-drop, the Properties Panel or by pressing key shortcuts. |
isCopying | Boolean | true if the user attempts to copy diagram items by holding the Ctrl key; otherwise, false. |
See Also