Initializes a new instance of the SegmentMovedEventArgs class. The DeltaMovement property is set to be 0.0.

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

See Also