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

DiagramQueryConnectionPointsEventArgs(IDiagramControl, DiagramConnector, ConnectorPointType, DiagramItem, ReadOnlyCollection<ConnectionPoint>, ConnectionElementState) Constructor

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

public DiagramQueryConnectionPointsEventArgs(
    IDiagramControl diagram,
    DiagramConnector connector,
    ConnectorPointType connectorPointType,
    DiagramItem hoveredItem,
    ReadOnlyCollection<ConnectionPoint> itemConnectionPointStates,
    ConnectionElementState itemConnectionBorderState
)

Parameters

Name Type
diagram DevExpress.Diagram.Core.IDiagramControl
connector DiagramConnector
connectorPointType ConnectorPointType
hoveredItem DiagramItem
itemConnectionPointStates ReadOnlyCollection<ConnectionPoint>
itemConnectionBorderState ConnectionElementState
See Also