DragDrop.PreviewQueryContinueDragEvent Field      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identifies the PreviewQueryContinueDrag attached event.
public: static initonly System::Windows::RoutedEvent ^ PreviewQueryContinueDragEvent;
	public static readonly System.Windows.RoutedEvent PreviewQueryContinueDragEvent;
	 staticval mutable PreviewQueryContinueDragEvent : System.Windows.RoutedEvent
	Public Shared ReadOnly PreviewQueryContinueDragEvent As RoutedEvent 
	Field Value
Remarks
The PreviewQueryContinueDrag event occurs during a drag-and-drop operation, and enables the drag source to determine whether the drag-and-drop operation should be canceled.
This field identifies the tunneling version of the PreviewQueryContinueDrag event. For an identifier for the bubbling version of this event, see QueryContinueDragEvent.