DragDrop.QueryContinueDragEvent Field

Definition

Identifies the QueryContinueDrag attached event.

public: static initonly System::Windows::RoutedEvent ^ QueryContinueDragEvent;
public static readonly System.Windows.RoutedEvent QueryContinueDragEvent;
 staticval mutable QueryContinueDragEvent : System.Windows.RoutedEvent
Public Shared ReadOnly QueryContinueDragEvent As RoutedEvent 

Field Value

Remarks

The QueryContinueDrag 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 bubbling version of the QueryContinueDrag event. For an identifier for the tunneling version of this event, see PreviewQueryContinueDragEvent.

Applies to

See also