DiagramItemsMovingEventArgs Properties
Provides data for the DiagramControl.ItemsMoving event.Name | Description |
---|---|
ActionSource | Indicates whether the moving operation is performed using drag-and-drop, the Properties Panel or by pressing key shortcuts. |
Allow | Specifies whether to allow the operation. |
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
Items | Returns the collection of data about items that are being moved. |
Stage | Indicates whether the moving operation has just started, is continuing or has been finished or canceled. |
See Also