Skip to main content

DiagramConnectionChangingEventArgs Constructors

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