The event argument class that is used by DragDrop during drags to query the drag source whether the drag should be continued.

Namespace: yWorks.Support.Windows
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
public sealed class QueryContinueDragEventArgs : RoutedEventArgs
Visual Basic
Public NotInheritable Class QueryContinueDragEventArgs _
	Inherits RoutedEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.Windows..::..RoutedEventArgs
      yWorks.Support.Windows..::..QueryContinueDragEventArgs

See Also