Gets the requested new source of the connection. This will be the same as the old source if the source end of the connection is not being relocated.

Namespace:  Mindscape.WpfDiagramming.Foundation
Assembly:  Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public IDiagramConnectionPoint NewSource { get; private set; }
Visual Basic (Declaration)
Public Property NewSource As IDiagramConnectionPoint

See Also