Skip to main content

DiagramItemBoundsChangedEventArgs Constructors

Provides data for the DiagramControl.ItemBoundsChanged event.
Name Parameters Description
DiagramItemBoundsChangedEventArgs(DiagramControl, DiagramItem, DiagramItem, Int32, Point, Size, Double, DiagramItem, Int32, Point, Size, Double) source, item, oldParent, oldIndex, oldPosition, oldSize, oldAngle, newParent, newIndex, newPosition, newSize, newAngle Initializes a new instance of the DiagramItemBoundsChangedEventArgs class.
See Also