Back to Devexpress

DiagramConnectionChangingEventArgs Properties

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

latest2.3 KB
Original Source

DiagramConnectionChangingEventArgs Properties

Provides data for the DiagramControl.ConnectionChanging event.

NameDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
ConnectorReturns the connector whose beginning/ending item is about to be changed.
ConnectorPointTypeReturns the type of the connection point which is about to be moved.
NewIndexReturns the index of the connection point on the diagram item to which the connector is about to be attached.
NewItemReturns the diagram item the connector is about to be attached to.
NewPointReturns the new coordinates of the connection point which is about to be moved.
OldIndexReturns the index of the connection point on the diagram item from which the connector is about to be detached.
OldItemReturns the diagram item from which the connector is about to be detached.
OldPointReturns the initial coordinates of the connection point which is about to be moved.

See Also

DiagramConnectionChangingEventArgs Class

DiagramConnectionChangingEventArgs Members

DevExpress.XtraDiagram Namespace