Skip to main content

DiagramQueryConnectionPointsEventArgs Constructors

Provides data for the DiagramControl.QueryConnectionPoints event.
Name Parameters Description
DiagramQueryConnectionPointsEventArgs(IDiagramControl, DiagramConnector, ConnectorPointType, DiagramItem, ReadOnlyCollection<ConnectionPoint>, ConnectionElementState) diagram, connector, connectorPointType, hoveredItem, itemConnectionPointStates, itemConnectionBorderState Initializes a new instance of the DiagramQueryConnectionPointsEventArgs class.
See Also