DiagramBeforeItemsMovingEventArgs Constructors
Provides data for the BeforeItemsMoving event.| Name | Parameters | Description |
|---|---|---|
| DiagramBeforeItemsMovingEventArgs(DiagramControl, IList<DiagramItem>, ItemsActionSource, Boolean) | source, items, actionSource, isCopying | Initializes a new instance of the DiagramBeforeItemsMovingEventArgs class with specified settings. |
See Also