Provides information to the DiagramSurface about where the ConnectionSegmentThumb wants to place the MovableDiagramConnectionSegment that it is moving. instances of this class can then hold information about where the DiagramSurface allows the DiagramConnectionSegment to be placed.

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 class QuerySegmentDragEventArgs : RoutedEventArgs
Visual Basic (Declaration)
Public Class QuerySegmentDragEventArgs _
	Inherits RoutedEventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    System.Windows..::.RoutedEventArgs
      Mindscape.WpfDiagramming.Foundation..::.QuerySegmentDragEventArgs

See Also