DiagramBeforeItemsMovingEventArgs Properties
Provides data for the DiagramControl.BeforeItemsMoving event.| Name | Description |
|---|---|
| ActionSource | Indicates whether the moving operation is performed using drag-and-drop, the Properties Panel or by pressing key shortcuts. |
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| IsCopying | Indicates whether the user attempts to copy diagram items by holding Ctrl. |
| Items | Returns the collection of diagram items that are being moved. |
See Also