Back to Devexpress

DiagramQueryConnectionPointsEventArgs Members

windowsforms-devexpress-dot-xtradiagram-dot-diagramqueryconnectionpointseventargs-dot-underscore-members.md

latest4.7 KB
Original Source

DiagramQueryConnectionPointsEventArgs Members

Provides data for the DiagramControl.QueryConnectionPoints event.

Constructors

NameDescription
DiagramQueryConnectionPointsEventArgs(IDiagramControl, DiagramConnector, ConnectorPointType, DiagramItem, ReadOnlyCollection<ConnectionPoint>, ConnectionElementState)Initializes a new instance of the DiagramQueryConnectionPointsEventArgs class.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

NameDescription
ConnectorReturns the connector whose point is being moved by the end-user.
ConnectorPointTypeReturns the type of the connection point that is being moved by the end-user.
HoveredItemReturns the item hovered with the connection point that is being moved by the end-user.
ItemConnectionBorderStateSpecifies whether to enable connection to an item and show a visual indication.
ItemConnectionPointStatesProvides access to the collection of objects that represent connection points of a diagram item.
OppositeItemReturns the diagram item to which the opposite connection point is glued.
OppositeItemPointIndexReturns the index of the opposite connection point.
OppositePointReturns the coordinates of the opposite connection point.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

DiagramQueryConnectionPointsEventArgs Class

DevExpress.XtraDiagram Namespace