Back to Devexpress

DiagramConnectionChangingEventArgs.NewItem Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramconnectionchangingeventargs.md

latest1.2 KB
Original Source

DiagramConnectionChangingEventArgs.NewItem Property

Returns the diagram item the connector is about to be attached to.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.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 is about to be attached to.

|

See Also

DiagramConnectionChangingEventArgs Class

DiagramConnectionChangingEventArgs Members

DevExpress.Xpf.Diagram Namespace