Initializes a new instance of the QuerySegmentDragEventArgs 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 QuerySegmentDragEventArgs(
	double requestedPosition
)
Visual Basic (Declaration)
Public Sub New ( _
	requestedPosition As Double _
)

Parameters

requestedPosition
Type: System..::.Double
The position where the ConnectionSegmentThumb wants to place the segment it is moving.

See Also