DiagramItemBoundsChangedEventArgs Constructors
Provides data for the DiagramControl.ItemBoundsChanged event.| Name | Parameters | Description |
|---|---|---|
| DiagramItemBoundsChangedEventArgs(DiagramItem, DiagramItem, Int32, PointFloat, SizeF, Single, DiagramItem, Int32, PointFloat, SizeF, Single) | item, oldParent, oldIndex, oldPosition, oldSize, oldAngle, newParent, newIndex, newPosition, newSize, newAngle | Initializes a new instance of the DiagramItemBoundsChangedEventArgs class. |
See Also