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