Initializes a new instance of the ConnectionRelocatedEventArgs class.

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 ConnectionRelocatedEventArgs(
	Point position
)
Visual Basic (Declaration)
Public Sub New ( _
	position As Point _
)

Parameters

position
Type: System.Windows..::.Point
The current position of the end of the DiagramConnectionElement that is being moved.

See Also