DiagramConnectionChangingEventArgs.OldItem Property
In This Article
Returns the diagram item from which the connector is about to be detached.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.2.dll
NuGet Package: DevExpress.Wpf.Diagram
#Declaration
public DiagramItem OldItem { get; }
#Property Value
Type | Description |
---|---|
Diagram |
A Diagram |
See Also