DragDrop.PreviewQueryContinueDragEvent Field

Definition

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.

Applies to

See also