Back to Devexpress

DiagramConnectionChangedEventArgs Properties

windowsforms-devexpress-dot-xtradiagram-dot-diagramconnectionchangedeventargs-dot-underscore-properties.md

latest1.9 KB
Original Source

DiagramConnectionChangedEventArgs Properties

Provides data for the DiagramControl.ConnectionChanged event.

NameDescription
ConnectorReturns the connector whose beginning/ending item has been changed.
ConnectorPointTypeReturns the type of the connection point which has been moved.
NewIndexReturns the index of the connection point on the diagram item the connector has been attached to.
NewItemReturns the diagram item the connector has been attached to.
NewPointReturns the current coordinates of the connection point which has been moved.
OldIndexReturns the index of the connection point on the diagram item the connector has been detached from.
OldItemReturns the diagram item the connector has been detached from.
OldPointReturns the initial coordinates of the connection point which has been moved.

See Also

DiagramConnectionChangedEventArgs Class

DiagramConnectionChangedEventArgs Members

DevExpress.XtraDiagram Namespace