Back to Devexpress

DiagramConnectionChangingEventArgs.OldItem Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramconnectionchangingeventargs-22c84829.md

latest1.3 KB
Original Source

DiagramConnectionChangingEventArgs.OldItem Property

Returns the diagram item from which the connector is about to be detached.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

csharp
public DiagramItem OldItem { get; }
vb
Public ReadOnly Property OldItem As DiagramItem

Property Value

TypeDescription
DiagramItem

A DiagramItem descendant that represents the diagram item from which the connector is about to be detached.

|

See Also

DiagramConnectionChangingEventArgs Class

DiagramConnectionChangingEventArgs Members

DevExpress.XtraDiagram Namespace