Skip to main content
A newer version of this page is available. .

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