Initializes a new instance of the SegmentMovedEventArgs class and sets the DeltaMovement property to be the given deltaMovement value.

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 SegmentMovedEventArgs(
	DiagramConnectionSegment segment,
	double deltaMovement
)
Visual Basic (Declaration)
Public Sub New ( _
	segment As DiagramConnectionSegment, _
	deltaMovement As Double _
)

Parameters

segment
Type: Mindscape.WpfDiagramming.Foundation..::.DiagramConnectionSegment
The DiagramConnectionSegment that was modified.
deltaMovement
Type: System..::.Double
The distance moved by the segment.

See Also