Skip to main content

DiagramConnectionChangingEventArgs Constructors

Provides data for the DiagramControl.ConnectionChanging event.
Name Parameters Description
DiagramConnectionChangingEventArgs(DiagramConnector, DiagramItem, DiagramItem, Int32, Int32, PointFloat, PointFloat, ConnectorPointType) connector, oldItem, newItem, oldIndex, newIndex, oldPoint, newPoint, connectorPointType Initializes a new instance of the DiagramConnectionChangingEventArgs class with the specified settings.
See Also