Skip to main content

DiagramConnectionChangedEventArgs Constructors

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