Back to Devexpress

DiagramConnectionChangedEventArgs.NewItem Property

windowsforms-devexpress-dot-xtradiagram-dot-diagramconnectionchangedeventargs.md

latest1.3 KB
Original Source

DiagramConnectionChangedEventArgs.NewItem Property

Returns the diagram item the connector has been attached to.

Namespace : DevExpress.XtraDiagram

Assembly : DevExpress.XtraDiagram.v25.2.dll

NuGet Package : DevExpress.Win.Diagram

Declaration

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

Property Value

TypeDescription
DiagramItem

A DiagramItem descendant that represents the diagram item the connector has been attached to.

|

See Also

DiagramConnectionChangedEventArgs Class

DiagramConnectionChangedEventArgs Members

DevExpress.XtraDiagram Namespace