DiagramConnectionChangedEventArgs.NewItem Property
In This Article
Returns the diagram item the connector has been attached to.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.2.dll
NuGet Package: DevExpress.Wpf.Diagram
#Declaration
public DiagramItem NewItem { get; }
#Property Value
Type | Description |
---|---|
Diagram |
A Diagram |
See Also