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

DiagramConnectionChangingEventArgs.OldIndex Property

Returns the index of the connection point on the diagram item from which the connector is about to be detached.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v18.2.dll

Declaration

public int OldIndex { get; }

Property Value

Type Description
Int32

A zero-based index of the connection point on the diagram item from which the connector is about to be detached. -1 if the connector is not attached to an item.

See Also