DiagramConnectionChangedEventArgs.OldIndex Property
Returns the index of the connection point on the diagram item the connector has been detached from.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.1.dll
NuGet Package: DevExpress.Wpf.Diagram
Declaration
Property Value
Type | Description |
---|---|
Int32 | A zero-based index of the connection point on the diagram item the connector has been detached from. -1 if the connector was not attached to an item. |
See Also